Skip to content

Elasticsearch

Forward processed data to Elasticsearch for indexing, search, and analytics.

Prerequisites

  • Elasticsearch cluster (7.x or 8.x)
  • Network connectivity to Elasticsearch

Setup Instructions

Step 1: Prepare Elasticsearch

  1. Ensure Elasticsearch cluster is accessible
  2. Create API key or use basic authentication
  3. Note the cluster endpoint

Step 2: Configure Destination in Datable

  1. Navigate to Destinations in Datable
  2. Select Elasticsearch
  3. Provide configuration:
    • Destination Name: A descriptive name
    • Endpoint: Elasticsearch URL
    • Authentication: API key or username/password
    • Index Pattern: Target index name pattern
  4. Click Save

Configuration Options

  • Index Rotation: Daily, weekly, or monthly indices
  • Bulk Settings: Batch size and flush intervals
  • Mapping Templates: Define field mappings
  • Pipeline Processing: Use ingest pipelines

Troubleshooting

Connection Errors

  • Verify endpoint URL and port
  • Check network connectivity
  • Review authentication credentials

Indexing Failures

  • Check index permissions
  • Review mapping conflicts
  • Monitor cluster health

Support

For additional support with the Elasticsearch integration, please contact the Datable support team.