What are Elasticsearch Plugins?Elasticsearch is an open s... | What are Elasticsearch Plugins?Elasticsearch is an open s...
What are Elasticsearch Plugins?
Elasticsearch is an open source, scalable search engine. Although Elasticsearch supports a large number of features out-of-the-box, it can also be extended with a variety of plugins to provide advanced analytics and process different data types.

This guide will show to how install the following Elasticsearch plugins and interact with them using the Elasticsearch API:

ingest-attachment: allows Elasticsearch to index and search base64-encoded documents in formats such as RTF, PDF, and PPT.
analysis-phonetic: identifies search results that sound similar to the search term.
ingest-geoip: adds location information to indexed documents based on any IP addresses within the document.
ingest-user-agent: parses the User-Agent header of HTTP requests to provide identifying information about the client that sent each request.https://www.linode.com/docs/guides/a-guide-to-elasticsearch-plugins/