This step-by-step guide will help you get started with migrating from Elasticsearch to Axiom using the Elastic Bulk API
Axiom is a log management platform that offers an Elasticsearch Bulk API emulation to facilitate migration from Elasticsearch or integration with tools that support the Elasticsearch Bulk API.Using the Elastic Bulk API and Axiom in your app provides a robust way to store and manage logs.The Elasticsearch Bulk API expects the timestamp to be formatted as @timestamp, not _time. For example:
Send logs to Axiom using the Elasticsearch Bulk API and PHP
To send logs from PHP to Axiom using the Elasticsearch Bulk API, make sure you have installed the necessary PHP libraries: Guzzle for making HTTP requests and JsonMachine for handling newline-delimited JSON data.