Search found 6 matches
- Tue Feb 10, 2015 11:13 am
- Forum: Nagios Log Server
- Topic: Merge two events
- Replies: 1
- Views: 916
Merge two events
Hi all, I need some help for to manage java exceptions (multiline message). I have one case in my filter which can detect if a message contains the word "at", which means that the current event is part of a java exception : grok { remove_tag => [ "_grokparsefailure" ] match => [ ...
- Mon Dec 22, 2014 5:58 am
- Forum: Nagios Log Server
- Topic: Replacing fields with mutate filter
- Replies: 8
- Views: 10778
Re: Replacing fields with mutate filter
Hi again, Everything works correctly now. I re-wrote the filter and I removed this part : (?:(\\u001b\[%{INT}m)+)%{TIME} which seems to wrong or not correctly understand by NLS but it worked well in https://grokdebug.herokuapp.com/. Anyway, thanks a lot for the time you spent and your help ! Quentin
- Mon Dec 22, 2014 3:43 am
- Forum: Nagios Log Server
- Topic: Replacing fields with mutate filter
- Replies: 8
- Views: 10778
Re: Replacing fields with mutate filter
Hi, Thanks a lot for your reply. Here the JSON view of the result : { "_index": "logstash-2014.12.22", "_type": "syslog", "_id": "4VD0yGeLQu2ikSfNrnBUhQ", "_score": null, "_source": { "message": "[Server:s...
- Fri Dec 19, 2014 4:03 am
- Forum: Nagios Log Server
- Topic: Replacing fields with mutate filter
- Replies: 8
- Views: 10778
Re: Replacing fields with mutate filter
Hi Brian, Thanks for your reply. Unfortunately, it didn't work, I still have the same output. Here the JSON output : { "_index": "logstash-2014.12.19", "_type": "%{server_name}", "_id": "oMX6jv8dTUWYmi21qEwdMw", "_score": null, &q...
- Thu Dec 18, 2014 4:06 am
- Forum: Nagios Log Server
- Topic: Replacing fields with mutate filter
- Replies: 8
- Views: 10778
Re: Replacing fields with mutate filter
Hi,
Thanks for your reply. Please find two screenshots from NLS with both JSON and table view of an event that should match. Note that there is some special characters (some console color code) added by Jboss.
Thanks in advance.
Thanks for your reply. Please find two screenshots from NLS with both JSON and table view of an event that should match. Note that there is some special characters (some console color code) added by Jboss.
Thanks in advance.
- Wed Dec 17, 2014 9:54 am
- Forum: Nagios Log Server
- Topic: Replacing fields with mutate filter
- Replies: 8
- Views: 10778
Replacing fields with mutate filter
Hello, I have some issue when trying to replace some fields in NLS. Here an example of the log I try to parse : [Server:server-four] \u001b[0m\u001b[0m14:41:16,096 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 30) JBAS015537: Activating WebServices Extension\u001b[0m Here the filter ...