Skip to main content

Documentation Index

Fetch the complete documentation index at: https://axiom-mano-sample-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Elastic Bulk API enables efficient indexing or deletion of large volumes of documents in Elasticsearch, reducing latency by bundling multiple operations into a single request. To set up an Elastic Bulk destination:
  1. In Elastic, ensure your account has the index privileges to use the create action. For more information, see the Elastic documentation.
  2. In Axiom, create an Elastic Bulk destination. For more information, see Manage destinations.
  3. Configure the following:
    • In URL, enter the path to the Elastic Bulk API where you want to route data. For example, enter https://api.elastic-cloud.com/ if you use Elastic Cloud.
    • In Index, enter the Elastic index.
    • In Username and Password, enter your Elastic login credentials.