Is there a way to index a text file which has the data in the following format

device="ABC" date=2010-05-12 time=15:24:10 timezone="IST" device_name="PG15625"
device="ABC" date=2010-05-12 time=15:24:10 timezone="IST" device_name="PG15625"
device="ABC" date=2010-05-12 time=15:24:10 timezone="IST" device_name="PG15625"
device="ABC" date=2010-05-12 time=15:24:10 timezone="IST" device_name="PG15625"
device="ABC" date=2010-05-12 time=15:24:10 timezone="IST" device_name="PG15625"

yes. how you want it to be indexed?

I'm looking for a config file through which I can index my data.I'm new to ELK.

i would suggest you start here.

1 Like

Use a file input, the kv filter to parse, then output to...I guess elasticsearch.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.