Skip to content

Commit aa1cb45

Browse files
authored
Doc: Add ecs and datastream requirement (#153)
Bump to v0.1.11
1 parent 0c55e14 commit aa1cb45

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.11
2+
- [DOC] Documents that integrations are designed to work best with data streams and ECS enabled [#153](https://github.com/elastic/logstash-filter-elastic_integration/pull/153)
3+
14
## 0.1.10
25
- Fixes handling of array-type event fields by treating them as lists [#146](https://github.com/elastic/logstash-filter-elastic_integration/pull/146)
36
- Syncs with Elasticsearch 8.14, including support for new user-provided GeoIP database types `ConnectionType`, `Domain` and `Isp` [#147](https://github.com/elastic/logstash-filter-elastic_integration/pull/147)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.10
1+
0.1.11

docs/index.asciidoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,20 @@ Events that _fail_ ingest pipeline processing will be tagged with `_ingest_pipel
4949

5050
IMPORTANT: This plugin requires minimum Java 17 and Logstash 8.7.0 versions.
5151

52+
[id="plugins-{type}s-{plugin}-es-tips"]
53+
===== Using `filter-elastic_integration` with `output-elasticsearch`
54+
55+
Elastic {integrations} are designed to work with {logstash-ref}/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-data-streams[data streams] and {logstash-ref}/plugins-outputs-elasticsearch.html#_compatibility_with_the_elastic_common_schema_ecs[ECS-compatible] output.
56+
Be sure that these features are enabled in the {logstash-ref}/plugins-outputs-elasticsearch.html[`output-elasticsearch`] plugin.
57+
58+
* Set {logstash-ref}/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-data_stream[`data-stream`] to `true`. +
59+
(Check out {logstash-ref}/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-data-streams[Data streams] for additional data streams settings.)
60+
* Set {logstash-ref}/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-ecs_compatibility[`ecs-compatibility`] to `v1` or `v8`.
61+
62+
Check out the {logstash-ref}/plugins-outputs-elasticsearch.html[`output-elasticsearch` plugin] docs for additional settings.
5263

5364
[id="plugins-{type}s-{plugin}-minimum_configuration"]
54-
==== Minimum Configuration
65+
==== Minimum configuration
5566

5667
You will need to configure this plugin to connect to {es}, and may need to also need to provide local GeoIp databases.
5768

0 commit comments

Comments
 (0)