Hi All,
is it possible to divide some key vaule in Metric aggregations as following, I would like to divide 'ismb.miki.host.ram.usage" with an number in percentile
I found an issue and follow that steps, and then create a scripted field as following
Then I create a visualization by Metric, set average to aggregations and set my custom scripted filed to field, but some warning displayed as following
To solve the problem I refer to https://github.com/elastic/kibana/issues/3221 to increase thread search queue_size in elasticsearch.yml (every node)
##### Thread pool #####
# Search pool
threadpool.search.type: fixed
threadpool.search.size: 200
threadpool.search.queue_size: 20000
Did I misunderstand something?? Please someone help
Jason