ElasticSearch

Description

Typically you would use ElasticSearch to store and analyze large amounts of data which are of different structures and formats. An ElasticSearch cluster is composed of Clusters, Indices, Nodes, and Shards that help organize and manage how your data is stored. The data can then be efficiently and powerfully searched and analyzed.

ElasticSearch is usually used as a Pipeline destination when your log data needs to be indexed for searching. By setting up a Pipeline for your ElasticSearch data, you can use Pipeline Processors like Dedupe and Remove Fields to clean data or drop it if it’s not valuable before sending it to ElasticSearch.

Configuration Options

OptionDescription
End-to-End AcknowledgementEnable this option to receive verification that log data is being received by ElasticSearch.
CompressionCompression type to apply to your log data.
StrategyThe authentication strategy of your ElasticSearch destination, with options for Basic and AWS.
EndpointsThe full URL(s) of the ElasticSearch destination(s).
PipelineThe name of the ElasticSearch ingest pipeline to use.
Custom IndexThe index name or pattern of the ElasticSearch destination.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated