Skip to content

Commit

Permalink
[chore][exporter/elasticsearch] update README to use client_auth in b…
Browse files Browse the repository at this point in the history
…asicauth (#33941)

**Description:** Updated the `README.md` for the Elasticsearch exporter
to use `client_auth` in the `basicauth` extension configuration. Related
PR:
#8847

**Link to tracking Issue:** X

**Testing:** X

**Documentation:** X

Co-authored-by: Daniel Jaglowski <[email protected]>
  • Loading branch information
minuchi and djaglowski authored Jul 23, 2024
1 parent 821c256 commit 2a5f28b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exporter/elasticsearchexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ exporters:

extensions:
basicauth:
username: elastic
password: changeme
client_auth:
username: elastic
password: changeme

······

Expand Down

0 comments on commit 2a5f28b

Please sign in to comment.