Hello
Does Losgatsh Output plugin - google_cloud_storage, support the action based on the content of the field.
I want to do something like that:
output {
google_cloud_storage {
bucket => "bucket_name/%{severity}"
temp_directory => "/tmp/logstash-gcs"
log_file_prefix => "%{[resource][labels][namespace_name]}"
max_file_size_kbytes => 10240
output_format => "json"
date_pattern => "%Y-%m-%dT%H:00"
flush_interval_secs => 2
gzip => false
gzip_content_encoding => false
uploader_interval_secs => 60
include_uuid => true
include_hostname => true
}
}
Is it possible?