hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.02k stars 2.76k forks source link

Docs: Elastic search connector mention where to add credentials. #10434

Open ashwiniag opened 1 month ago

ashwiniag commented 1 month ago

Specify where or in which file we add the credentials for connector Elastic search. Docs. In file .env.local perhaps

OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://local.hasura.dev:4317
OTEL_SERVICE_NAME=my_subgraph_my_elastic
ELASTICSEARCH_URL=<YOUR_ELASTICSEARCH_URL>
ELASTICSEARCH_USERNAME=<YOUR_ELASTICSEARCH_USERNAME>
ELASTICSEARCH_PASSWORD=<YOUR_ELASTICSEARCH_PASSWORD>
robertjdominguez commented 1 month ago

@gneeri — tagging you folks here.