Disclaimer: I am very confused about filebeat help files. If I need anything more technical than sending a log line to elasticsearch, it does not explain anything. It just states options and leaves me to find out which options I need and what values to set them to.
Situation:
- Windows server with Filebeat installed
- Filebeat has access to Elasticsearch and Kibana (simply no security needed)
- Custom log of one json per line
- Fields description both in json and yml available
Up until now, we just dumped a line of json as a message to ES and it worked, because everything was a keyword. But now I need to analyse some fields into numbers and dates
I think I need an index template. I have defined an index template in Kibana.
I think filebeat needs the name of this index template to be able to load it (?).
Please advise