Skip to content

Commit

Permalink
Add search reference that was removed from Elastic-Agent dashboard (#…
Browse files Browse the repository at this point in the history
…10728)

This commit re-adds a search that was removed by accident from the
[Elastic Agent] Agent Info dashboard and add an exception to the lint
so the package can be compiled.
  • Loading branch information
belimawr authored Aug 8, 2024
1 parent 0e5f903 commit e204834
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.0.2"
changes:
- description: Restore Agent errors visualisation
type: bugfix
link: "https://github.com/elastic/integrations/pull/10728"
- version: "2.0.1"
changes:
- description: Add back apm-server metrics dropped due to TSDB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,11 @@
"name": "5848c519-791c-45e2-b350-0740a12c3ace:indexpattern-datasource-layer-501c5bb4-5af0-46bf-99c1-e08ed2c31111",
"type": "index-pattern"
},
{
"id": "elastic_agent-522c9e20-ad53-11ed-957f-f1c897630287",
"name": "9604578e-7da2-4575-923e-f15e51bca436:panel_9604578e-7da2-4575-923e-f15e51bca436",
"type": "search"
},
{
"id": "logs-*",
"name": "controlGroup_280071dd-16c7-4610-bae7-bc8f07cc6a1b:optionsListDataView",
Expand Down
2 changes: 1 addition & 1 deletion packages/elastic_agent/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: elastic_agent
title: Elastic Agent
version: 2.0.1
version: 2.0.2
description: Collect logs and metrics from Elastic Agents.
type: integration
format_version: 3.1.4
Expand Down
1 change: 1 addition & 0 deletions packages/elastic_agent/validation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
errors:
exclude_checks:
- SVR00002
- SVR00004

0 comments on commit e204834

Please sign in to comment.