-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Possibility to read gz files stored on azure blob. The gz contains json files, have done the following config and below is the error
input {
azure_blob_storage {
storageaccount => "ashwin"
access_key => "12WB3f+exT2wImZgX+N7KgJw=="
container => "india"
codec => "json"
}
}
output {
elasticsearch {
user => "elastic"
password => "F##@AbwOzN"
ssl => true
ssl_certificate_verification => false
hosts => [ "https://127.0.0.1:9200/" ]
index => "assam-blob-%{+YYYY.MM.dd}"
cacert => "/etc/logstash/http_ca_1.crt"
}
}
did tried with different codex - gzip_lines, didnt worked.
[2022-04-21T20:10:28,589][INFO ][logstash.inputs.azureblobstorage][main][2b92afafbd9b3b3a837d391ec4215c55812dc93f150871c0c89b7bcf205559ed] learn json one of the attempts failed BlobArchived (409): This operation is not permitted on an archived blob.
Metadata
Metadata
Assignees
Labels
No labels