I am manually generating json file that looks typical like
{ "file1": "value1", "file2", "value2" }
but, I would like to add dynamic top keys like _id and _index, but instead of writing them manually, I would like to have them written by logstash, and possibly chosen (values) by me.
Is it possible?
tnx