Edge Delta Local Storage Output
2 minute read
See the latest version here.
Overview
This output type sends logs to a file on your local machine.
Example
- name: local-archive
type: localstorage
mounted_path: "/test/path/i/can/write"
Parameters
name
Required
Enter a descriptive name for the output or integration.
For outputs, this name will be used to map this destination to a workflow.
name: local-archive
type
Required
Enter localstorage.
type: localstorage
mounted_path
Optional
Enter a local path to send and store logs.
If you do not enter a path, then by default, the logs will be sent to the same directory where the agent runs.
mounted_path: "/test/path/i/can/write"
buffer_ttl
Optional
Enter a length of time to retry failed streaming data.
After this length of time is reached, the failed streaming data will no longer be tried.
buffer_ttl: 2h
buffer_path
Optional
Enter a folder path to temporarily store failed streaming data.
The failed streaming data will be retried until the data reaches its destinations or until the Buffer TTL value is reached.
If you enter a path that does not exist, then the agent will create directories, as needed.
buffer_path: /var/log/edgedelta/pushbuffer/
buffer_max_bytesize
Optional
Enter the maximum size of failed streaming data that you want to retry.
If the failed streaming data is larger than this size, then the failed streaming data will not be retried.
buffer_max_bytesize: 100MB