File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 2.3.3"
3+ changes :
4+ - description : Fix CPU Usage on [Metrics System] Overview "hosts" tab.
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/14482
27- version : " 2.3.2"
38 changes :
49 - description : Update documentation to mention the requirements for reading Journald logs.
Original file line number Diff line number Diff line change 490490 "dataType" : " number" ,
491491 "filter" : {
492492 "language" : " kuery" ,
493- "query" : " \" system.process. cpu.total.norm.pct\" : *"
493+ "query" : " \" system.cpu.total.norm.pct\" : *"
494494 },
495495 "isBucketed" : false ,
496496 "label" : " CPU usage" ,
503503 },
504504 "reducedTimeRange" : " 15m" ,
505505 "scale" : " ratio" ,
506- "sourceField" : " system.process. cpu.total.norm.pct"
506+ "sourceField" : " system.cpu.total.norm.pct"
507507 }
508508 },
509509 "ignoreGlobalFilters" : false ,
533533 "meta" : {
534534 "alias" : null ,
535535 "disabled" : false ,
536- "field" : " system.process. cpu.total.norm.pct" ,
536+ "field" : " system.cpu.total.norm.pct" ,
537537 "index" : " metrics-*" ,
538- "key" : " system.process. cpu.total.norm.pct" ,
538+ "key" : " system.cpu.total.norm.pct" ,
539539 "negate" : false ,
540540 "type" : " exists" ,
541541 "value" : " exists"
542542 },
543543 "query" : {
544544 "exists" : {
545- "field" : " system.process. cpu.total.norm.pct"
545+ "field" : " system.cpu.total.norm.pct"
546546 }
547547 }
548548 },
Original file line number Diff line number Diff line change 11format_version : 3.0.2
22name : system
33title : System
4- version : " 2.3.2 "
4+ version : " 2.3.3 "
55description : Collect system logs and metrics from your servers with Elastic Agent.
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments