You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: 'elasticsearch-datastream: Elasticsearch data streams'
3
+
short_title: elasticsearch-datastream
4
+
id: adm-dest-es-datastream
5
+
description: >-
6
+
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..
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).
21
+
22
+
## Prerequisites
23
+
24
+
* An account for Elasticsearch datastreams with a username and a password.
25
+
26
+
## Options
27
+
28
+
Elasticsearch datastream is an HTTP based driver, hence it utilizes the HTTP destination options.
0 commit comments