Update Elasticsearch observability agent configuration
This commit is contained in:
parent
bd2bba116d
commit
57169a7ad8
@ -15,19 +15,19 @@ mcp-servers:
|
|||||||
type: 'remote'
|
type: 'remote'
|
||||||
# 'npx mcp-remote' is used to connect to a remote MCP server
|
# 'npx mcp-remote' is used to connect to a remote MCP server
|
||||||
command: 'npx'
|
command: 'npx'
|
||||||
args: [
|
args: [
|
||||||
'mcp-remote',
|
'mcp-remote',
|
||||||
# ---
|
# ---
|
||||||
# !! ACTION REQUIRED !!
|
# !! ACTION REQUIRED !!
|
||||||
# Replace this URL with your actual Kibana URL
|
# Replace this URL with your actual Kibana URL
|
||||||
# ---
|
# ---
|
||||||
'https://{KIBANA_URL}/api/agent_builder/mcp',
|
'https://microsoft-build-search-demo-c81fea.kb.eastus.azure.elastic.cloud/api/agent_builder/mcp',
|
||||||
'--header',
|
'--header',
|
||||||
'Authorization:${AUTH_HEADER}'
|
'Authorization: ApiKey ${{ secrets.ELASTIC_API_KEY }}'
|
||||||
]
|
]
|
||||||
# This section maps a GitHub secret to the AUTH_HEADER environment variable
|
# This section maps a GitHub secret to the AUTH_HEADER environment variable
|
||||||
# The 'ApiKey' prefix is required by Elastic
|
# The 'ApiKey' prefix is required by Elastic
|
||||||
env:
|
env:
|
||||||
AUTH_HEADER: ApiKey ${{ secrets.ELASTIC_API_KEY }}
|
AUTH_HEADER: ApiKey ${{ secrets.ELASTIC_API_KEY }}
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user