Installation
To install tremor grab the latest package from the runtime releases tag, and install it on your local machine.Configuration using HTTP
To send logs via Tremor to Axiom, you need to create a configuration file. For example, createaxiom-http.troy with the following content (using a file as example data source):
TREMOR_PATH in your environment pointing to tremor-runtime/tremor-script/lib if you are using a src clone then you can execute it as follows tremor server run axiom-http.troy
The$DATASET_NAME dataset you want to send logs to in Axiom, and the $API_TOKEN is your Axiom API token for ingesting and quering your Tremor logs.
Configuration using Syslog
You can also send logs via Tremor to the Syslog endpoint using a file as an example data source.- Click
Settings > Endpoints.
- Click New endpoint.
- Click .
- Name the endpoint.
- Select the dataset where you want to send data.
- Copy the URL displayed for the newly created endpoint. This is the target URL where you send the data.
url with the URL of your Syslog endpoint.