Update Elasticsearch observability agent configuration

This commit is contained in:
Greg Crist 2025-11-18 16:54:41 -08:00 committed by GitHub
parent bd2bba116d
commit 57169a7ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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