Search found 2 matches
- Tue Mar 10, 2015 2:56 pm
- Forum: Nagios Log Server
- Topic: Placing data into new indexes by type
- Replies: 5
- Views: 382
Re: Placing data into new indexes by type
We want to output them to a particular Elasticsearch index without duplicating them in the default if possible.
- Tue Mar 10, 2015 1:58 pm
- Forum: Nagios Log Server
- Topic: Placing data into new indexes by type
- Replies: 5
- Views: 382
Placing data into new indexes by type
What is the logserver supported method to send data of a certain type to another index? We tried adding an if statement to the output section, but we found when we did this that data was being written to the default logstash-YYYY.MM.dd index and the syslog-YYYY.MM.dd index we created. This looks to ...