Hi,
Under Logstash common fields, I see a field names Periodic_flush. Could you please explain whats is used for and also give an example with respect to translate plugin
Hi,
Under Logstash common fields, I see a field names Periodic_flush. Could you please explain whats is used for and also give an example with respect to translate plugin
periodic_flush is a configuration item that filters inherit from the base filter class. For a translate filter it has no use. For an aggregate filter it is used to trigger the flushing of events based on timeouts. Whenever the flush method is called (every 3 seconds?) the filter checks to see if any items in the map have expired.
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.