Skip to content

Commit

Permalink
Fix formatting issue with yml and json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Samiul-TheSoccerFan committed Nov 18, 2024
1 parent 8a9c591 commit 499c3fa
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 33 deletions.
58 changes: 29 additions & 29 deletions config/serverless.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,42 @@ xpack.fleet.packages:
version: latest
# Filter out some observability and security integrations
xpack.fleet.internal.registry.excludePackages: [
# Security integrations
'endpoint',
'beaconing',
'cloud_security_posture',
'cloud_defend',
'security_detection_engine',

# Oblt integrations
'apm',
'synthetics',
'synthetics_dashboards',

# Removed in 8.11 integrations
'cisco',
'microsoft',
'symantec',
'cyberark',

# Profiling integrations
'profiler_agent',
]
# Security integrations
'endpoint',
'beaconing',
'cloud_security_posture',
'cloud_defend',
'security_detection_engine',

# Oblt integrations
'apm',
'synthetics',
'synthetics_dashboards',

# Removed in 8.11 integrations
'cisco',
'microsoft',
'symantec',
'cyberark',

# Profiling integrations
'profiler_agent',
]

## Fine-tune the search solution feature privileges. Also, refer to `serverless.yml` for the project-agnostic overrides.
xpack.features.overrides:
### Dashboards feature is moved from Analytics category to the Search one.
dashboard.category: 'enterpriseSearch'
dashboard.category: "enterpriseSearch"
### Dev Tools feature is moved from Analytics category to the Search one.
dev_tools.category: 'enterpriseSearch'
dev_tools.category: "enterpriseSearch"
### Discover feature is moved from Analytics category to the Search one.
discover.category: 'enterpriseSearch'
discover.category: "enterpriseSearch"
### Machine Learning feature is moved from Analytics category to the Management one.
ml.category: 'management'
ml.category: "management"
### Stack Alerts feature is moved from Analytics category to the Search one renamed to simply `Alerts`.
stackAlerts:
name: 'Alerts'
category: 'enterpriseSearch'
name: "Alerts"
category: "enterpriseSearch"

## Cloud settings
xpack.cloud.serverless.project_type: search
Expand Down Expand Up @@ -126,9 +126,9 @@ xpack.index_management.dev.enableSemanticText: true
xpack.observabilityAIAssistant.enabled: true
xpack.searchAssistant.enabled: true
xpack.searchAssistant.ui.enabled: true
xpack.observabilityAIAssistant.scope: 'search'
xpack.observabilityAIAssistant.scope: "search"
xpack.observabilityAIAssistant.enableKnowledgeBase: false
aiAssistantManagementSelection.preferredAIAssistantType: 'observability'
aiAssistantManagementSelection.preferredAIAssistantType: "observability"
xpack.observabilityAiAssistantManagement.logSourcesEnabled: false
xpack.observabilityAiAssistantManagement.spacesEnabled: false
xpack.observabilityAiAssistantManagement.visibilityEnabled: false
22 changes: 18 additions & 4 deletions x-pack/plugins/search_inference_endpoints/kibana.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,23 @@
"id": "searchInferenceEndpoints",
"server": true,
"browser": true,
"configPath": ["xpack", "searchInferenceEndpoints"],
"requiredPlugins": ["actions", "features", "ml", "share"],
"optionalPlugins": ["cloud", "console", "serverless"],
"requiredBundles": ["kibanaReact"]
"configPath": [
"xpack",
"searchInferenceEndpoints"
],
"requiredPlugins": [
"actions",
"features",
"ml",
"share",
],
"optionalPlugins": [
"cloud",
"console",
"serverless"
],
"requiredBundles": [
"kibanaReact"
]
}
}

0 comments on commit 499c3fa

Please sign in to comment.