Vector
Oodle integrates seamlessly with Vector. By adding Oodle as a sink in your Vector configuration, you can start sending logs directly to your Oodle instance.
Configuration
To configure Vector to send logs to Oodle, you'll need the following values:
OODLE_INSTANCE
: Your Oodle instance IDOODLE_API_KEY
: Your Oodle API key for authenticationOODLE_ENDPOINT
: The Oodle endpoint URL for log ingestion
Add the following configuration to your Vector configuration file:
sinks:
oodle:
type: http
inputs: [ <sources...> ]
uri: https://<OODLE_ENDPOINT>/ingest/v1/logs
encoding:
codec: json
compression: gzip
headers:
X-OODLE-INSTANCE: "<OODLE_INSTANCE>"
X-API-KEY: "<OODLE_API_KEY>"
request:
retry_attempts: 3
timeout_secs: 60
Support
If you need assistance or have any questions, please reach out to us through:
- The help chat widget in the bottom-right corner of this page
- Email at support@oodle.ai