Hello,
I want to parse/filter the fields in Logstash, which are crated by metricbeat.
For example:
I want to store system.cpu.total.pct -> under custom field percentCpu
Reason for this change is:
I have 90% unix servers, where custom scripts are calculating 'percentCpu' and sending through filebeat.
On Windows machine we dont have such scripts so metricbeat need to be used.
Since visualization is using 'percentCpu' field for aggregation I have to do above change.
It seems there are more features coming in Beats 6.3, Kibana 6.3 which I need desperately.
When are you guys releasing this version at least for non-production use?
What is the probable risk in using daily snapshot?
Is 'rename' processor available in today's snapshot?
I'm sorry I can't give you a date when 6.3 will be out, as we don't announce release dates (delays happen and 6.3 involves many changes in the Elastic Stack).
I think your best option is to use one of our release candidates for 6.3. This way you can replace them easily with the final 6.3 when it comes out. The snapshots I shared before are from master (7.0.0-alpha1) so it can be tricky if later you want to use the official 6.3.
memory #- network #- process #- process_summary #- core #- diskio #- socket
processes: ['.*']
process.include_top_n:
by_cpu: 5 # include top 5 processes by CPU
by_memory: 5 # include top 5 processes by memory
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.