Skip to content

Commit

Permalink
[release/v1.1] Correct typo for data stream field (#1156)
Browse files Browse the repository at this point in the history
Co-authored-by: Khoi Nguyen <[email protected]>
  • Loading branch information
github-actions[bot] and khoinguyen authored Jun 27, 2024
1 parent 8cc7cf2 commit be6af3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Omitted fields take their default values.
| `client_cert` | `string` | Path to PEM file that contains the corresponding cert for the private key to connect to Elasticsearch. | | no |
| `ssl_skip_verify` | `bool` | Skip SSL verification when connecting to Elasticsearch. | | no |
| `aliases` | `bool` | Include informational aliases metrics. | | no |
| `data_streams` | `bool` | Export stats for Data Streams. | | no |
| `data_stream` | `bool` | Export stats for Data Streams. | | no |
| `slm` | `bool` | Export stats for SLM (Snapshot Lifecycle Management). | | no |

## Blocks
Expand Down

0 comments on commit be6af3f

Please sign in to comment.