Skip to content

Commit

Permalink
Document output.elasticsearch.api_key in yml file
Browse files Browse the repository at this point in the history
related to elastic#3137
  • Loading branch information
simitt committed Jan 10, 2020
1 parent b06064f commit 6dc4383
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _meta/beat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ output.elasticsearch:

# Optional protocol and basic auth credentials.
#protocol: "https"

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#password: "changeme"

Expand Down
3 changes: 3 additions & 0 deletions apm-server.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ output.elasticsearch:

# Optional protocol and basic auth credentials.
#protocol: "https"

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#password: "changeme"

Expand Down
3 changes: 3 additions & 0 deletions apm-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ output.elasticsearch:

# Optional protocol and basic auth credentials.
#protocol: "https"

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#password: "changeme"

Expand Down

0 comments on commit 6dc4383

Please sign in to comment.