Update Elasticsearch observability agent configuration
This commit is contained in:
parent
bd2bba116d
commit
57169a7ad8
@ -21,9 +21,9 @@ mcp-servers:
|
|||||||
# !! 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user