codec => rubydebug
will only print on screen.
If you want it to store in files, you will have to use file plugin
output {
file {
path => /tmp/my_output_text_file
codec => rubydebug { metadata => true }
}
}
Referring Link from:
codec => rubydebug
will only print on screen.
If you want it to store in files, you will have to use file plugin
output {
file {
path => /tmp/my_output_text_file
codec => rubydebug { metadata => true }
}
}
Referring Link from:
© 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.