Hi,
- I have defined template in ES via _template api.
- Created index also , having mapping as per above template.
Now i want to feed data hence i have setup filebeat -> Logstash -> ES.
I have created dummy data as per index mapping and pass as a source to filebeat.
End to end data flow happening but with below issue:-
I am getting my dummy data in "message":"<>" property of filebeat template and updating index mapping also . My question is how to handle this issue,i dont want the filebeat fields in this index.
- Write a gork in Logstash to get the dummy data from "message" property?
- Can we pass the same(defined in ES via api) template to file beat and not use fields.yml?
- Is it possible to convert template.json into *.yml via some utility?
Please suggest.
Regards
Ajay