Dev Console gives the same output no matter what input I provide

Hello All,

I am trying to give the below input in Dev console, But I keep getting the same output no matter what changes I do.

GET /metricbeat--2019.10.18-000003/_search
{
"aggs": {
"cpu_max": {
"max": {
"field": "system.memory.actual.used.pct"
}
}
}
}

I am trying to get certain output using Dev console as I am not able to fetch it using visualization.

The below mentioned snapshot is my required output format.
Unable to do this using table visualization.

image

You cannot create a data table like that in Kibana. At best you could achieve similar from 2 different data tables, with the Top Processes list in another table.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.