Skip to content

Commit e28f945

Browse files
Update pipeline/outputs/elasticsearch.md
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: Todd Kennedy <[email protected]>
1 parent f8f18d6 commit e28f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ operational Elasticsearch service running in your environment.
2929
| `Cloud_Auth` | Specify the credentials to use to connect to Elastic's Elasticsearch Service running on Elastic Cloud | _none_ |
3030
| `HTTP_User` | Optional username credential for Elastic X-Pack access | _none_ |
3131
| `HTTP_Passwd` | Password for user defined in `HTTP_User` | _none_ |
32-
| `HTTP_API_Key` | API key for Elastic, must be base64 encoded. If `HTTP_User` or `Cloud_Auth` are defined, this will be ignored | _none_ |
32+
| `HTTP_API_Key` | API key for authenticating with Elasticsearch. Must be `base64` encoded. If `HTTP_User` or `Cloud_Auth` are defined, this parameter is ignored. | _none_ |
3333
| `Index` | Index name | `fluent-bit` |
3434
| `Type` | Type name | `_doc` |
3535
| `Logstash_Format` | Enable Logstash format compatibility. This option takes a Boolean value: `True/False`, `On/Off` | `Off` |

0 commit comments

Comments
 (0)