Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

how can i use this #37

Open
nikuljain opened this issue Aug 20, 2020 · 1 comment
Open

how can i use this #37

nikuljain opened this issue Aug 20, 2020 · 1 comment

Comments

@nikuljain
Copy link

is there an sample output config

@guregini
Copy link
Contributor

guregini commented Aug 31, 2020

Hi @nikuljain. This is an example for a basic configuration:
output {
azure {
storage_account_name => "my-azure-account" # required
storage_access_key => "my-super-secret-key" # required
container_name => "my-container" # required
size_file => 102410245 # optional
time_file => 10 # optional
restore => true # optional
temporary_directory => "path/to/directory" # optional
prefix => "a_prefix" # optional
upload_queue_size => 2 # optional
upload_workers_count => 1 # optional
rotation_strategy_val => "size_and_time" # optional
tags => [] # optional
encoding => "none" # optional
}
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants