Hello community!!
please how can i write a Scripted fields that calculed in follow operation. thanks for your advice
Lifetime = ProcStartTimeRelativeMs + ";" + ProcLifetimeMs + ";" + TotalBootDurationMs + ";" + ProcName + ";" + SessionID
Hello community!!
please how can i write a Scripted fields that calculed in follow operation. thanks for your advice
Lifetime = ProcStartTimeRelativeMs + ";" + ProcLifetimeMs + ";" + TotalBootDurationMs + ";" + ProcName + ";" + SessionID
You'll want to use a Painless script something like this:
doc['ProcStartTimeRelativeMs'].value + ";" + doc['ProcLifetimeMs'].value + ";" + doc['TotalBootDurationMs'].value + ";" + doc['ProcName'].value + ";" + doc['SessionID'].value
thank you for answer.
i wrote it like this
But i get this error , when i use the field name in kibana. please do you have any idea about the error.
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.