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
© 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.