hi,
I want to create filter by field name.
I have the csv file as following, and pushing into elasticsearch with logstash.
field1,field2,field3,field4,field5
001,10000,20000,30000,40000
002,10001,20001,30001,40001
003,10002,20002,30002,40002
004,10003,20003,30003,40003
005,10004,20004,30004,40004
- first line is header line
In making visualization and dashboard, for example, I want to create filtering by specific field.