Skip to content

Commit

Permalink
Add filter-elastic_integration to LSR filter index (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzone authored Dec 21, 2023
1 parent 24c6867 commit 6576c0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/plugins/filters.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The following filter plugins are available below. For a list of Elastic supporte
| <<plugins-filters-dns,dns>> | Performs a standard or reverse DNS lookup | https://github.com/logstash-plugins/logstash-filter-dns[logstash-filter-dns]
| <<plugins-filters-drop,drop>> | Drops all events | https://github.com/logstash-plugins/logstash-filter-drop[logstash-filter-drop]
| <<plugins-filters-elapsed,elapsed>> | Calculates the elapsed time between a pair of events | https://github.com/logstash-plugins/logstash-filter-elapsed[logstash-filter-elapsed]
| <<plugins-filters-elastic_integration,elastic_integration>> | Provides additional {ls} processing for Elastic integrations | https://github.com/elastic/logstash-filter-elastic_integration[logstash-filter-elastic_integration]
| <<plugins-filters-elasticsearch,elasticsearch>> | Copies fields from previous log events in Elasticsearch to current events | https://github.com/logstash-plugins/logstash-filter-elasticsearch[logstash-filter-elasticsearch]
| <<plugins-filters-environment,environment>> | Stores environment variables as metadata sub-fields | https://github.com/logstash-plugins/logstash-filter-environment[logstash-filter-environment]
| <<plugins-filters-extractnumbers,extractnumbers>> | Extracts numbers from a string | https://github.com/logstash-plugins/logstash-filter-extractnumbers[logstash-filter-extractnumbers]
Expand Down Expand Up @@ -100,6 +101,9 @@ include::filters/drop.asciidoc[]
:edit_url: https://github.com/logstash-plugins/logstash-filter-elapsed/edit/main/docs/index.asciidoc
include::filters/elapsed.asciidoc[]

:edit_url: https://github.com/elastic/logstash-filter-elastic_integration/edit/main/docs/index.asciidoc
include::filters/elastic_integration.asciidoc[]

:edit_url: https://github.com/logstash-plugins/logstash-filter-elasticsearch/edit/main/docs/index.asciidoc
include::filters/elasticsearch.asciidoc[]

Expand Down

0 comments on commit 6576c0e

Please sign in to comment.