Skip to content

Commit b562724

Browse files
authored
fix: integration dashboard, [Elastic Agent] Errors counter shows files_opened_total (#14752)
Update `[Elastic Agent] Filestream Input Metrics` dashboard, Use `filebeat_input.processing_errors_total` for the `[Elastic Agent] Errors` counter.
1 parent 9421846 commit b562724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/elastic_agent/kibana/dashboard/elastic_agent-ea44c820-95cb-11ee-b517-0550321b54cc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@
921921
"dataType": "number",
922922
"filter": {
923923
"language": "kuery",
924-
"query": "\"filebeat_input.files_opened_total\": *"
924+
"query": "\"filebeat_input.processing_errors_total\": *"
925925
},
926926
"isBucketed": false,
927927
"label": "Errors Total",
@@ -936,7 +936,7 @@
936936
"sortField": "@timestamp"
937937
},
938938
"scale": "ratio",
939-
"sourceField": "filebeat_input.files_opened_total"
939+
"sourceField": "filebeat_input.processing_errors_total"
940940
}
941941
},
942942
"incompleteColumns": {},

0 commit comments

Comments
 (0)