Skip to content

Commit

Permalink
[AO] Fix TestQuery button for Elasticsearch rule under Observability …
Browse files Browse the repository at this point in the history
…with ES|QL (elastic#168703)

## Summary

It fixes elastic#168702 
<img width="606" alt="Screenshot 2023-10-12 at 14 46 55"
src="https://github.com/elastic/kibana/assets/6838659/b0823429-e4ca-4000-87b5-9b7201593b0e">
  • Loading branch information
fkanout authored Oct 16, 2023
1 parent c77f30f commit 6851bb8
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions x-pack/plugins/observability/kibana.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"id": "observability",
"server": true,
"browser": true,
"configPath": ["xpack", "observability"],
"configPath": [
"xpack",
"observability"
],
"requiredPlugins": [
"aiops",
"alerting",
Expand All @@ -32,9 +35,26 @@
"unifiedSearch",
"visualizations",
"dashboard",
"expressions"
],
"optionalPlugins": [
"discover",
"home",
"licensing",
"usageCollection",
"cloud",
"spaces"
],
"requiredBundles": [
"data",
"kibanaReact",
"kibanaUtils",
"unifiedSearch",
"stackAlerts",
"spaces"
],
"optionalPlugins": ["discover", "home", "licensing", "usageCollection", "cloud", "spaces"],
"requiredBundles": ["data", "kibanaReact", "kibanaUtils", "unifiedSearch", "stackAlerts", "spaces"],
"extraPublicDirs": ["common"]
"extraPublicDirs": [
"common"
]
}
}
}

0 comments on commit 6851bb8

Please sign in to comment.