Hello,
I want to rename a field which is the result of static filter. it contains many values, I used "Rename" but it didn't work.
The field current name is: previous.employeeid

Hello,
I want to rename a field which is the result of static filter. it contains many values, I used "Rename" but it didn't work.
The field current name is: previous.employeeid

Hello,
You need to provide more context, share an example of how your document looks like.
Also, if the field previous.employeeid is a json object, with employeeid being nested under previous, in this way:
{ "previous": { "employeeid": "values" } }
Then, the correct way to make reference to this field in Logstash is using [previous][employeeid].
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.