Skip to content

Commit dee1a67

Browse files
committed
pipeline: outputs: es: HTTP_API_Key option documentation copied from fluent#1727.
Signed-off-by: Marat Abrarov <[email protected]>
1 parent f73f12b commit dee1a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ configuration.
3333
| `Cloud_Auth` | Specify the credentials to use to connect to Elastic's Elasticsearch Service running on Elastic Cloud. | _none_ | Yes |
3434
| `HTTP_User` | Optional username credential for Elastic X-Pack access. | _none_ | Yes |
3535
| `HTTP_Passwd` | Password for user defined in `HTTP_User`. | _none_ | Yes |
36+
| `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_ | Yes |
3637
| `Index` | Index name. | `fluent-bit` | Yes |
3738
| `Type` | Type name. | `_doc` | Yes |
3839
| `Logstash_Format` | Enable Logstash format compatibility. This option takes a Boolean value: `True/False`, `On/Off`. | `Off` | Yes |

0 commit comments

Comments
 (0)