Hello, I wanted to find out if the range of values for system.process.memory.rss.pct and system.process.cpu.total.norm.pct if from:
- 0.0 to 1.0
or - 0.0 to 100.0.
Hello, I wanted to find out if the range of values for system.process.memory.rss.pct and system.process.cpu.total.norm.pct if from:
"pct": {
"type": "scaled_float",
"scaling_factor": 1000
}
They are stored as a scaled_float
and then multiplied by 1000. So your first option is correct.
Thanks so much for your quick response.
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.