Hi all,
some help needed. After updating to 1.0.1 all my inputs (2) and extractors
are gone.
Before the updateI created a contend pack, is there anyone that can help
rewriting it
to get my inpus back?
below her is the pack.
{
"id" : null,
"name" : "Nagios bundle",
"description" : "Backup",
"category" : "Monitoring",
"inputs" : [ {
"title" : "nagiosserver",
"configuration" : {
"port" : 8100,
"allow_override_date" : true,
"bind_address" : "0.0.0.0",
"recv_buffer_size" : 1048576
},
"type" : "org.graylog2.inputs.syslog.tcp.SyslogTCPInput",
"global" : false,
"extractors" : [ {
"title" : "extracthostname",
"type" : "REGEX",
"configuration" : {
"regex_value" : "([a-zA-Z0-9\\-.]+)([a-z\\.]?)*;"
},
"converters" : [ ],
"order" : 0,
"cursor_strategy" : "COPY",
"target_field" : "hostname",
"source_field" : "message",
"condition_type" : "NONE",
"condition_value" : ""
}, {
"title" : "service_message",
"type" : "SPLIT_AND_INDEX",
"configuration" : {
"index" : 2,
"split_by" : ";"
},
"converters" : [ ],
"order" : 0,
"cursor_strategy" : "COPY",
"target_field" : "service_message",
"source_field" : "message",
"condition_type" : "NONE",
"condition_value" : ""
}, {
"title" : "alert_status",
"type" : "SPLIT_AND_INDEX",
"configuration" : {
"index" : 3,
"split_by" : ";"
},
"converters" : [ ],
"order" : 0,
"cursor_strategy" : "COPY",
"target_field" : "alert_status",
"source_field" : "message",
"condition_type" : "NONE",
"condition_value" : ""
}, {
"title" : "error_message",
"type" : "SPLIT_AND_INDEX",
"configuration" : {
"index" : 6,
"split_by" : ";"
},
"converters" : [ ],
"order" : 0,
"cursor_strategy" : "COPY",
"target_field" : "error_message",
"source_field" : "message",
"condition_type" : "NONE",
"condition_value" : ""
}, {
"title" : "CBS_partner",
"type" : "REGEX",
"configuration" : {
"regex_value" : "\\s([1-9][0-9]0_[A-Z][A-Z]*.\\b)"
},
"converters" : [ ],
"order" : 0,
"cursor_strategy" : "COPY",
"target_field" : "CBS_Partner",
"source_field" : "message",
"condition_type" : "NONE",
"condition_value" : ""
}, {
"title" : "RIS_Partner",
"type" : "REGEX",
"configuration" : {
"regex_value" : "\\s(SRK_[A-Z][A-Z]*.\\b)"
},
"converters" : [ ],
"order" : 0,
"cursor_strategy" : "COPY",
"target_field" : "RIS_Partner",
"source_field" : "message",
"condition_type" : "NONE",
"condition_value" : ""
} ],
"static_fields" : { }
}, {
"title" : "ohdnetwerk",
"configuration" : {
"port" : 8000,
"bind_address" : "0.0.0.0",
"recv_buffer_size" : 1048576
},
"type" : "org.graylog2.inputs.gelf.udp.GELFUDPInput",
"global" : false,
"extractors" : [ ],
"static_fields" : { }
} ],
"streams" : [ {
"id" : "54ae9b0724ac1c3ac18cf641",
"title" : "Java Service Error",
"description" : "Java Service Error Meldingen",
"disabled" : false,
"outputs" : [ ],
"stream_rules" : [ {
"type" : "EXACT",
"field" : "service_message",
"value" : "proc_JAVA",
"inverted" : false
} ]
}, {
"id" : "54b7b9cd24acf433218a83d7",
"title" : "CBS Parter 900_SRK heeft status Fail",
"description" : "Partner 900_SRK probleem op het CBS systeem",
"disabled" : false,
"outputs" : [ ],
"stream_rules" : [ {
"type" : "REGEX",
"field" : "message",
"value" : "(?=.*cbs-prod).*ALERT.*False.*900_SRK",
"inverted" : false
} ]
}, {
"id" : "54b7b3f524acf433218a7d80",
"title" : "RIS Parter SRK_CBS heeft status Fail",
"description" : "Parter SRK_CBS probleem op het RIS systeem",
"disabled" : false,
"outputs" : [ ],
"stream_rules" : [ {
"type" : "REGEX",
"field" : "message",
"value" : "(?=.*ris-prod).*ALERT.*False.*SRK_CBS",
"inverted" : false
} ]
}, {
"id" : "549b001f24ac266f4e59c913",
"title" : "Hosts Down",
"description" : "Hosts die down gemeld worden in Nagios",
"disabled" : false,
"outputs" : [ ],
"stream_rules" : [ {
"type" : "EXACT",
"field" : "service_message",
"value" : "DOWN",
"inverted" : false
} ]
}, {
"id" : "5464ab0124acdd8389e0f0f3",
"title" : "Hosts Unreachable",
"description" : "Message about Unreachable hosts",
"disabled" : false,
"outputs" : [ ],
"stream_rules" : [ {
"type" : "EXACT",
"field" : "service_message",
"value" : "UNREACHABLE",
"inverted" : false
} ]
} ],
"outputs" : [ ],
"dashboards" : [ {
"title" : "nagios",
"description" : "nagios",
"dashboard_widgets" : [ {
"description" : "Logged Events Total 8h",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "",
"timerange" : {
"range" : 28800,
"type" : "relative"
}
},
"col" : 1,
"row" : 1,
"cache_time" : 60
}, {
"description" : "Server/Host events last 8h",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "(\"SERVICE ALERT\" OR \"HOST ALERT\")",
"timerange" : {
"range" : 28800,
"type" : "relative"
}
},
"col" : 1,
"row" : 2,
"cache_time" : 60
}, {
"description" : "Top host events last 8h",
"type" : "QUICKVALUES",
"configuration" : {
"field" : "hostname",
"query" : "\"SERVICE ALERT\" OR \"HOST ALERT\"",
"timerange" : {
"range" : 28800,
"type" : "relative"
}
},
"col" : 2,
"row" : 1,
"cache_time" : 60
}, {
"description" : "Nagios events last 8h",
"type" : "SEARCH_RESULT_CHART",
"configuration" : {
"interval" : "minute",
"query" : "\"HOST ALERT\" OR \"SERVICE ALERT\"",
"timerange" : {
"range" : 28800,
"type" : "relative"
}
},
"col" : 1,
"row" : 3,
"cache_time" : 120
}, {
"description" : "Service message last 8h",
"type" : "QUICKVALUES",
"configuration" : {
"field" : "service_message",
"query" : "(\"HOST ALERT\" OR \"SERVICE ALERT\")",
"timerange" : {
"range" : 28800,
"type" : "relative"
}
},
"col" : 3,
"row" : 1,
"cache_time" : 60
}, {
"description" : "TOP CBS Partner False 8h",
"type" : "QUICKVALUES",
"configuration" : {
"field" : "CBS_Partner",
"query" : "hostname:cbs-prod* AND \"FALSE\"",
"timerange" : {
"range" : 28800,
"type" : "relative"
}
},
"col" : 3,
"row" : 3,
"cache_time" : 60
} ]
}, {
"title" : "CBS partner uitval afgelopen 30 dagen (productie)",
"description" : "CBS partner uitval afgelopen 30 dagen (productie)",
"dashboard_widgets" : [ {
"description" : "200_HAPEN",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"200_HAPEN\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 2,
"row" : 1,
"cache_time" : 600
}, {
"description" : "100_LDWZN",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "cbs-prod AND FALSE AND \"100_LDWZN\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 1,
"row" : 1,
"cache_time" : 600
}, {
"description" : "300_VLIS",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"300_VLIS\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 3,
"row" : 1,
"cache_time" : 600
}, {
"description" : "310_TERN",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"310_TERN\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 1,
"row" : 2,
"cache_time" : 600
}, {
"description" : "600_HZEEB",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"600_HZEEB\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 3,
"row" : 3,
"cache_time" : 600
}, {
"description" : "330_ZSEAP",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"330_ZSEAP\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 3,
"row" : 2,
"cache_time" : 600
}, {
"description" : "400_HGENT",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"400_HGENT\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 1,
"row" : 3,
"cache_time" : 600
}, {
"description" : "500_HOOST",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"500_HOOST\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 2,
"row" : 3,
"cache_time" : 600
}, {
"description" : "910_MRCC",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"910_MRCC\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 2,
"row" : 5,
"cache_time" : 600
}, {
"description" : "800_BVL",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"800_BVL\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 2,
"row" : 4,
"cache_time" : 600
}, {
"description" : "810_BHAS",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"810_BHAS\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 3,
"row" : 4,
"cache_time" : 600
}, {
"description" : "900_SRK",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"900_SRK\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 1,
"row" : 5,
"cache_time" : 600
}, {
"description" : "TOTAL",
"type" : "SEARCH_RESULT_CHART",
"configuration" : {
"interval" : "day",
"query" : "\"cbs-prod\" AND \"FALSE\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
},
"stream_id" : null
},
"col" : 1,
"row" : 6,
"cache_time" : 600
}, {
"description" : "320_ANK",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"cbs-prod\" AND \"FALSE\" AND \"320_ANK\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 2,
"row" : 2,
"cache_time" : 600
}, {
"description" : "700_BNL",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "hostname:cbs-prod* AND \"FALSE\" AND \"700_BNL\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 1,
"row" : 4,
"cache_time" : 600
}, {
"description" : "TOP CBS Partners False 30d ",
"type" : "QUICKVALUES",
"configuration" : {
"field" : "CBS_Partner",
"query" : "hostname:cbs-prod* AND \"FALSE\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 3,
"row" : 5,
"cache_time" : 600
} ]
}, {
"title" : "Statestieken",
"description" : "Statestieken",
"dashboard_widgets" : [ {
"description" : "NTP Errors last 7 days",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "NTP",
"timerange" : {
"range" : 604800,
"type" : "relative"
}
},
"col" : 1,
"row" : 3,
"cache_time" : 600
}, {
"description" : "NTP Errors last 7 days",
"type" : "SEARCH_RESULT_CHART",
"configuration" : {
"interval" : "day",
"query" : "NTP",
"timerange" : {
"range" : 604800,
"type" : "relative"
},
"stream_id" : null
},
"col" : 2,
"row" : 3,
"cache_time" : 600
}, {
"description" : "CBS PROD Meldingen last 30d",
"type" : "SEARCH_RESULT_CHART",
"configuration" : {
"interval" : "day",
"query" : "\"SERVICE ALERT\" AND \"cbs\\-prod\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 2,
"row" : 1,
"cache_time" : 600
}, {
"description" : "CBS PROD Meldingen 30d",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"SERVICE ALERT\" AND \"cbs\\-prod\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 1,
"row" : 1,
"cache_time" : 600
}, {
"description" : "RIS PROD Meldingen 30d",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "\"SERVICE ALERT\" AND \"ris\\-prod\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 1,
"row" : 2,
"cache_time" : 600
}, {
"description" : "RIS PROD Meldingen 30d",
"type" : "SEARCH_RESULT_CHART",
"configuration" : {
"interval" : "day",
"query" : "\"SERVICE ALERT\" AND \"ris\\-prod\"",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 2,
"row" : 2,
"cache_time" : 600
}, {
"description" : "Interface errors 30d",
"type" : "SEARCH_RESULT_COUNT",
"configuration" : {
"query" : "eth* AND errors",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 1,
"row" : 4,
"cache_time" : 600
}, {
"description" : "Interface errors 30d",
"type" : "SEARCH_RESULT_CHART",
"configuration" : {
"interval" : "day",
"query" : "eth* AND errors",
"timerange" : {
"range" : 2592000,
"type" : "relative"
}
},
"col" : 2,
"row" : 4,
"cache_time" : 600
} ]
} ]
}
--
You received this message because you are subscribed to the Google Groups
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.