Elasticsearch
The Elasticsearch connector allows you to sync data from Elasticsearch into Graffo, making it available for search and retrieval by your agents.
ElasticsearchSource
Elasticsearch source implementation.
Connects to an Elasticsearch cluster, retrieves index metadata and documents for configured indices using the scroll API.
Source Code: View on GitHub
This connector uses a custom authentication configuration class: ElasticsearchAuthConfig.
The following data models are available for this connector:
ElasticsearchIndexEntity
Schema for Elasticsearch index entities.
Name of the Elasticsearch index
Health status of the index
Number of documents in the index
Number of deleted documents in index
ElasticsearchDocumentEntity
Schema for Elasticsearch document entities.
Name of the index this document belongs to