add tmp to survive restarts

This commit is contained in:
Mike Reeves
2020-08-04 18:18:06 -04:00
parent a2e5dca065
commit 61ff944087
3 changed files with 3 additions and 1 deletions
@@ -10,6 +10,7 @@ output {
size_file => 2048
time_file => 1
codec => json
temporary_directory => "/usr/share/logstash/data/tmp"
additional_settings => {
"force_path_style" => true
}