Search found 7 matches
- Mon Feb 16, 2015 4:41 pm
- Forum: Nagios Log Server
- Topic: KV writes int as text - is it an ES dynamic mapping issue?
- Replies: 5
- Views: 1728
Re: KV writes int as text - is it an ES dynamic mapping issu
Fair point - that was a bit of a 'what have the Romans ever done for us' moment. 
- Mon Feb 16, 2015 1:31 pm
- Forum: Nagios Log Server
- Topic: KV writes int as text - is it an ES dynamic mapping issue?
- Replies: 5
- Views: 1728
Re: KV writes int as text - is it an ES dynamic mapping issu
Well, AFAIK I'm not allowed to make changes in ES to enable dynamic mapping, so thats one option (and has been suggested as a fix in several places) Another option is that better data typing is implemented in LogStash, or in the Kibana UI. I know NLS is just LogStash and Kibana with nice UI and inte...
- Sun Feb 15, 2015 6:31 am
- Forum: Nagios Log Server
- Topic: KV writes int as text - is it an ES dynamic mapping issue?
- Replies: 5
- Views: 1728
KV writes int as text - is it an ES dynamic mapping issue?
Hi, I have a problem that has been talked about a lot with the ELK stack but I can't find any guidance here on it. I have used kv in my filters to split out an unknown number of key/value pairs from my logs (from the extension in CEF messages) and when I look at the raw output I can see what should ...
- Wed Aug 01, 2012 7:16 pm
- Forum: Open Source Nagios Projects
- Topic: Does hourly log rotation generate CURRENT HOST STATE?
- Replies: 1
- Views: 914
Does hourly log rotation generate CURRENT HOST STATE?
I know this is a question I could easily check in a test environment but I don't have one and I don't want to test in production :) We have a lot of devices that get added and we want to monitor them in Splunk the same day. Spunk relies on the CURRENT HOST STATE in the log files and I believe this i...
- Mon Apr 30, 2012 12:28 pm
- Forum: Open Source Nagios Projects
- Topic: Refer to parent in host checks
- Replies: 5
- Views: 1718
Re: Refer to parent in host checks
Yeah, that's what I thought too. Easier said than done on a switch though, or a wireless AP, except for maybe snmp traps. These kind of have to be actively polled 
- Mon Apr 30, 2012 10:55 am
- Forum: Open Source Nagios Projects
- Topic: Refer to parent in host checks
- Replies: 5
- Views: 1718
Re: Refer to parent in host checks
The problem for me is that the parent changes quite often - we have temporary sites where, for example, ten switches are behind a firewall, and using check_by_ssh to the firewall I am checking they are reachable behind the firewall. Next week they are behind a different firewall. I didnt want to cha...
- Sun Apr 29, 2012 6:17 am
- Forum: Open Source Nagios Projects
- Topic: Refer to parent in host checks
- Replies: 5
- Views: 1718
Refer to parent in host checks
I am trying to write checks that refer to a parent. In its most simplistic form, that would mean a check where the host pings its parent The reason I want to find an 'easy' way to do this is that I would only have to define a host as a child of a parent and the checks would "update". And m...