Skip to content

Commit

Permalink
Make ai-assistant-mgmt part of observability/private
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Oct 30, 2024
1 parent 24a6d1e commit 02b2516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1980,9 +1980,8 @@ module.exports = {
},
{
files: [
// the following dependencies on AI-assistant will be solved when a proper Kibana AI assistant (platform) is created
// logsShared depends on o11y/private plugins, but platform plugins depend on it
'x-pack/plugins/observability_solution/logs_shared/**',
'x-pack/plugins/observability_solution/observability_ai_assistant_management/**',

// this plugin depends on visTypeTimeseries plugin (for TSVB viz) which is platform/private ATM
'x-pack/plugins/observability_solution/infra/**',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"type": "plugin",
"id": "@kbn/observability-ai-assistant-management-plugin",
"owner": "@elastic/obs-ai-assistant",
"group": "observability",
"visibility": "private",
"plugin": {
"id": "observabilityAiAssistantManagement",
"server": true,
Expand Down

0 comments on commit 02b2516

Please sign in to comment.