Do I need to re-index? I don't get any errors in re-loading Logstash configuration so the lines are fine but I don't get any changes.
Any help appreciated.
Thanks!
It looks like the address of the source norm field is nested inside a load field, which in turn is nested in a system field so you'll need to provide the entire address to the rename directive using the Field Reference Syntax:
You will need to re-process your data, which may include reindexing. Many inputs hold onto metadata to prevent them from accidentally re-processing the same data, so you'll likely need to refer to your specific input plugin(s)' documentation to figure out how to force them to start from the beginning.
Hi yaauie,
just to say that your solution is good enough for me and I only posted the above for completeness.
Thank you again for your help.
Best regards
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.