input minio output file
input
{
s3
{
access_key_id => "minio"
secret_access_key => "minio123"
bucket => "bucketfpi"
endpoint => "http://nginx:9000"
additional_settings =>
{
force_path_style => true
follow_redirects => false
}
codec => "json"
}
}
filter
{
}
output
{
file
{
path => "/usr/share/logstash/test/2_minio_file.csv"
}
}
'Database > ElasticSearch' 카테고리의 다른 글
[logstash] input api output elasticsearch pipeline .conf (0) | 2021.09.20 |
---|---|
[logstash] input api output kafka pipeline .conf (0) | 2021.09.20 |
[logstash] input api output minio pipeline .conf (0) | 2021.09.20 |
[logstash] input api output file pipeline .conf (0) | 2021.09.20 |
[elasticsearch] 엘라스틱서치 버전 확인하기 (0) | 2021.06.13 |