I have cloned an event and removed a field from it. Now I am wondering if I can later on access this cloned event in the logstash and add another field to it.
You can access the cloned event without any problems, like you would do with any other event.
The cloned event will be inserted in your pipeline like a normal event and will be processed by your pipeline starting from the first filter after the clone filter that generated the event.
If you want to access just a cloned event you need to use a conditional based on the tag.
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.