ElasticSearch is a versatile, open-source search and analytics suite built to deliver powerful search capabilities, insightful analytics, and real-time data processing. Designed for scalability and performance, it enables you to search, index, and analyze diverse datasets efficiently. Use ElasticSearch to gain actionable insights, enhance application search functionalities, and drive data-driven decisions with ease.
Integrating Elasticsearch with your application enables powerful search and analytics capabilities, allowing you to handle large datasets with lightning-fast performance.
Authentication
Ensure you have the following information ready for a seamless integration process:
Connection Name
: Select a descriptive name for your connection, like "MyAppESIntegration". This helps in easily identifying the connection within your application or integration settings.API Key
: Follow the steps given below to create an API Key for your ElasticSearch accountLog in to the Elasticsearch Service Console.
Navigate to your avatar in the upper right corner and choose Organization.
On the API keys tab of the Organization page, click Create API Key.
This key provides access to the API that enables you to manage your deployments. It does not provide access to Elasticsearch. To access Elasticsearch with an API key, create a key in Kibana or using the Elasticsearch API.From the Create API Key page, you can configure your new key by adding a name, set expiration, or assign roles. To read more about the types of roles on Elasticsearch, click here
Click Create API key, copy the generated API key, and store it in a safe place.
Actions
Action | Description |
| Analyzes text string and returns resulting tokens in Elasticsearch |
| Returns search results for an ES|QL (Elasticsearch query language) query in Elasticsearch |
| Adds a JSON document to the specified data stream or index and makes it searchable in Elasticsearch |
| Returns search hits that match the query defined in the request in Elasticsearch |
| Returns the basic build, version, and cluster information in Elasticsearch |