Oh in doc['req.method'].value + ' ' + doc['req.path'].value + ' ' + doc['res.status'].value
res.status is an integer type, so it failed silently for this reason
I need to cast it to string
continuing here: Cast Long to String
Oh in doc['req.method'].value + ' ' + doc['req.path'].value + ' ' + doc['res.status'].value
res.status is an integer type, so it failed silently for this reason
I need to cast it to string
continuing here: Cast Long to String
© 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.