Skip to content

Commit

Permalink
Fix URL typo
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Oct 22, 2020
1 parent a3e654d commit 39974d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ The `elastic` indexer is configured by the parameters below:
| defaultIndex | Default index to send the prometheus metrics into | String | kube-burner | "" |
| insecureSkipVerify | TLS certificate verification | Boolean | true | false |

**Note**: It's possible to index documents in an authenticated ES instance using the notation http(s)://[username]:[password][address]:[port] in the *esServers* parameter.
**Note**: It's possible to index documents in an authenticated ES instance using the notation `http(s)://[username]:[password]@[address]:[port]` in the *esServers* parameter.

### Measurements

Expand Down

0 comments on commit 39974d6

Please sign in to comment.