kibana/examples/esql_validation_example/kibana.jsonc
Stratoula Kalafateli 804684310f
[ES|QL] Move last packages to the project team (#179538)
Move last packages to the esql prject team
2024-03-27 08:25:55 -07:00

17 lines
No EOL
367 B
JSON

{
"type": "plugin",
"id": "@kbn/esql-validation-example-plugin",
"owner": "@elastic/kibana-esql",
"plugin": {
"id": "esqlValidationExample",
"server": false,
"browser": true,
"configPath": [
"esql_validation_example"
],
"requiredPlugins": [
"dataViews",
"developerExamples"
]
}
}