Hello,
I am using heartbeat 6.5.3
can you please let me know a way or workaround to add field in my output.
Asking coz I am not able to find a way to add a field in this version in the documentation.
Thanks
Hello,
I am using heartbeat 6.5.3
can you please let me know a way or workaround to add field in my output.
Asking coz I am not able to find a way to add a field in this version in the documentation.
Thanks
You can use the fields option to do this. Something like:
- type: http
url: "http://www.elastic.co"
fields:
myField: myValue
fields_under_root: true
schedule: '@every 10s'
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.