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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 0.1.9
2
+
-[DOC] Removes Tech Preview label and adds link to extending integrations topic in LSR [#142](https://github.com/elastic/logstash-filter-elastic_integration/pull/142)
3
+
1
4
## 0.1.8
2
5
- Fixes `EventProcessorBuilder#build` to work with JRuby 9.4.6.0 [#133](https://github.com/elastic/logstash-filter-elastic_integration/pull/133)
Copy file name to clipboardExpand all lines: docs/index.asciidoc
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,19 @@ Use of this plugin requires an active Elastic Enterprise https://www.elastic.co/
27
27
28
28
==== Description
29
29
30
-
Using this filter you can process Elastic integrations powered by {es} Ingest Node in Logstash.
30
+
Use this filter to process Elastic integrations powered by {es} Ingest Node in {ls}.
31
31
32
-
Once configured to point to an {es} cluster, this filter will detect which ingest pipeline (if any) should be executed for each event,
32
+
.Extending Elastic integrations with {ls}
33
+
****
34
+
This plugin can help you take advantage of the extensive, built-in capabilities of {integrations-docs}[Elastic {integrations}]—such as managing data collection,
35
+
transformation, and visualization—and then use {ls} for additional data processing and output options.
36
+
For more info about extending Elastic integrations with {ls}, check out {logstash-ref}/ea-integrations.html[Using {ls} with Elastic Integrations].
37
+
****
38
+
39
+
When you configure this filter to point to an {es} cluster, it detects which ingest pipeline (if any) should be executed for each event,
33
40
using an explicitly-defined <<plugins-{type}s-{plugin}-pipeline_name>> or auto-detecting the event's data-stream and its default pipeline.
34
41
35
-
It will then load that pipeline's definition from {es} and run that pipeline inside Logstash without transmitting the event to {es}.
42
+
It then loads that pipeline's definition from {es} and run that pipeline inside Logstash without transmitting the event to {es}.
36
43
Events that are successfully handled by their ingest pipeline will have `[@metadata][target_ingest_pipeline]` set to `_none` so that any downstream {es} output in the Logstash pipeline will avoid running the event's default pipeline _again_ in {es}.
37
44
38
45
NOTE: Some multi-pipeline configurations such as logstash-to-logstash over http(s) do not maintain the state of `[@metadata]` fields.
@@ -42,12 +49,6 @@ Events that _fail_ ingest pipeline processing will be tagged with `_ingest_pipel
42
49
43
50
IMPORTANT: This plugin requires minimum Java 17 and Logstash 8.7.0 versions.
44
51
45
-
.Technology Preview
46
-
****
47
-
This {elastic-integration-name} filter plugin is part of a _Technology Preview_, which means that both configuration options and implementation details are subject to change in minor releases without being preceded by deprecation warnings.
48
-
49
-
Before upgrading this plugin or Logstash itself, please pay special attention to the changelogs to avoid being caught by surprise.
Additionally, the following Elasticsearch IngestDocument Metadata fields are made available on the resulting event _if-and-only-if_ they were set during pipeline execution:
229
-
230
-
:mcc-prefix: [@metadata][_ingest_document]
229
+
Additionally, these {es} IngestDocument Metadata fields are made available on the resulting event _if-and-only-if_ they were set during pipeline execution:
0 commit comments