-
Couldn't load subscription status.
- Fork 12
Elasticsearch-datastream #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
4ae2f59
a8d68f4
30ae9f4
586d59d
5096a60
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| --- | ||
| title: 'elasticsearch-datastream: Elasticsearch data streams' | ||
| short_title: elasticsearch-datastream | ||
| id: adm-dest-es-datastream | ||
| description: >- | ||
| From syslog-ng OSE 4.8 and later versions, you can send messages and metrics to [Elasticsearch data streams](https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams.html) to store your log and metrics data as time series data. | ||
zsoltgyulai94 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| --- | ||
|
|
||
| **Declaration** | ||
|
|
||
| ```config | ||
| destination d_elastic_data_stream { | ||
| elasticsearch-datastream( | ||
| url("https://elastic-endpoint:9200/my-data-stream/_bulk") | ||
| user("elastic") | ||
| password("ba253DOn434Tc0pY22OI") | ||
| ); | ||
| }; | ||
| ``` | ||
zsoltgyulai94 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| This driver is a reusable configuration snippet configured to send log messages using the http() driver using a template. You can find the source of this configuration snippet on [GitHub](https://github.com/axoflow/axosyslog/blob/main/scl/elasticsearch/elastic-datastream.conf). | ||
|
||
|
|
||
| ## Prerequisites | ||
|
|
||
| * An account for Elasticsearch datastreams with a username and a password. | ||
|
|
||
| ## Options | ||
|
|
||
| Elasticsearch datastream is an HTTP based driver, hence it utilizes the HTTP destination options. | ||
|
|
||
| > *Copyright © 2024 Axoflow* | ||
Uh oh!
There was an error while loading. Please reload this page.