Someone sees anything problematic?
{
"extractors": [
{
"title": "name",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\"*%{DATA:method} %{DATA:requestStatus} for country %{DATA:country } .*$"
},
"condition_type": "string",
"condition_value": "docId"
},
{
"title": "name2",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\"*%{DATA:method} %{DATA:requestStatus} for country %{DATA:country } .*$"
},
"condition_type": "string",
"condition_value": "took"
},
{
"title": "name3",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\"*%{DATA:method} %{DATA:requestStatus} for country %{DATA:country } and filename: %{DATA:filename}\"*$"
},
"condition_type": "string",
"condition_value": "filename"
},
{
"title": "name4",
"extractor_type": "split_and_index",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "name4",
"extractor_config": {
"index": 2,
"split_by": " "
},
"condition_type": "string",
"condition_value": " records from "
},
{
"title": "name5",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\"%{DATA:duplicate} found. Ticket %{DATA:method} in Jira: %{DATA:jiraNumber} Topic Name %{DATA:topicName}\""
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "name6",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\"Ticket %{DATA:method} in Jira: %{DATA:jiraNumber} Topic Name %{DATA:topicName}\""
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "name7",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "Received file: %{DATA:filename} for country: %{DATA:country} .*"
},
"condition_type": "string",
"condition_value": "Received file"
},
{
"title": "name8",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\"Consumed %{BASE10NUM} records from topic %{DATA:topicName}\""
},
"condition_type": "string",
"condition_value": " records from topic "
},
{
"title": "name9",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "Topic Name %{DATA:topicName} Consumed records %{DATA:consumedRecords}\""
},
"condition_type": "string",
"condition_value": " Consumed records "
},
{
"title": "name10",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\"%{DATA:duplicate} found. Jira: %{DATA:jiraNumber} Tolerant score: %{DATA:score} Topic Name %{DATA:topicName}\""
},
"condition_type": "string",
"condition_value": " Tolerant score: "
},
{
"title": "name11",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\"*%{DATA:method} %{DATA:requestStatus} for country %{DATA:country}\"*$"
},
"condition_type": "regex",
"condition_value": "^((?!docId|took|filename|journalLines|Journal).)*$"
},
{
"title": "name12",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\\{\n \"displayedError\": \\{\n \"notifications\": \\[\n \\{\n \"type\": %{DATA:type},\n \"code\": %{DATA:code},\n \"message\": %{DATA:message},\n \"logId\": %{DATA:logId},\n \\}\n \\]\n \\}\\,\n \"description\": .*?,\n \"clientId\": %{DATA:clientId},\n \"countryCode\": %{DATA:countryCode},\n \"remoteAddress\": %{DATA:remoteAddress}\n\\}"
},
"condition_type": "string",
"condition_value": "displayedError"
},
{
"title": "name13",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "\\{\n \"displayedError\": \\{\n \"notifications\": \\[\n \\{\n \"type\": .*?,\n \"code\": .*?,\n \"message\": .*?,\n \"logId\": .*?\n \\}\n \\]\n \\}\\,\n \"description\": .*?,\n \"originalError\": \\{\n \"notifications\": \\[\n \\{\n \"type\": %{DATA:type},\n \"code\": %{DATA:code},\n \"message\": %{DATA:message},\n \"logId\": %{DATA:logId},\n \"isExposable\": %{DATA:isExposable}\n \\}\n \\]\n \\},\n \"clientId\": %{DATA:clientId},\n \"countryCode\": %{DATA:countryCode},\n \"remoteAddress\": %{DATA:remoteAddress}\n\\}"
},
"condition_type": "string",
"condition_value": "originalError"
},
{
"title": "name14",
"extractor_type": "grok",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "full_message",
"target_field": "",
"extractor_config": {
"grok_pattern": "Topic Name %{DATA:topicName} %{DATA:wrong} message in systemname"
},
"condition_type": "none",
"condition_value": ""
}
],
"version": "4.2.13"
}