Skip to content

file rotation#43

Open
wendta wants to merge 4 commits into
logstash-plugins:mainfrom
eforce21:master
Open

file rotation#43
wendta wants to merge 4 commits into
logstash-plugins:mainfrom
eforce21:master

Conversation

@wendta

@wendta wendta commented Jun 9, 2016

Copy link
Copy Markdown

The file rotation is configured by two variables:

-rotate: the number of rotation files used
-rotate_size: the size of the files for a rotation to be triggered

Rotation files are named by attaching a number after the file, so "file.txt" will become "file.txt.1", "file.txt.1" will become "file.txt.2".

A file will be deleted if there is no available rotation number left

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants