Skip to content

Commit

Permalink
Update provisioning to work with docker (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu authored Jan 20, 2025
1 parent d71014f commit 1303006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/datasources/aws-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ datasources:
- name: AWS OpenSearch
type: grafana-opensearch-datasource
access: proxy
url: http://localhost:9200/
url: https://host.docker.internal:9200/
basicAuth: true
basicAuthUser: 'admin'
jsonData:
Expand Down

0 comments on commit 1303006

Please sign in to comment.