Search found 3 matches
- Tue Nov 23, 2021 9:21 pm
- Forum: Nagios Log Server
- Topic: Packetbeat Index Template Error
- Replies: 5
- Views: 9603
Re: Packetbeat Index Template Error
Thanks for the Dashboard index setting, that was super helpful. The XDELETE command also works well to clean up the packetbeat data from the logstash indexes; I'll have to cronjob that. I can't seem to get the right Output syntax to get the indexes named properly. If I use this: elasticsearch { host...
- Tue Nov 23, 2021 9:08 am
- Forum: Nagios Log Server
- Topic: Packetbeat Index Template Error
- Replies: 5
- Views: 9603
Re: Packetbeat Index Template Error
The original error about Malformed mappings went away after encapsulating everything within "mappings" inside another field, in my case I called it "packetbeat_doc" : "mappings": { "packetbeat_doc" : { "_meta": { "beat": "packetbeat&qu...
- Mon Nov 22, 2021 11:21 am
- Forum: Nagios Log Server
- Topic: Packetbeat Index Template Error
- Replies: 5
- Views: 9603
Packetbeat Index Template Error
Packetbeat v7.15.2 is installed on a server and is shipping data to NLS v2.1.9 via Logstash. The only issue I seem to be having is getting the Packetbeat Index Template to load correctly in ES. The following curl command is attempting to load the index template with the template file "packetbea...