logstash-plugins / logstash-input-s3

Apache License 2.0
57 stars 151 forks source link

document example of exclude_pattern usage #170

Closed jsvd closed 4 years ago

jsvd commented 5 years ago

the documentation doesn't contain an example of how exclude_pattern can be used, which would be useful for users

psanz-estc commented 5 years ago

hey @jsvd, we could use some easy example as:

"exclude_pattern" => "\/2019\/03\/"

That should exclude all the logs containing "/2019/03/" in the path

karenzone commented 4 years ago

@psanz-estc Thank you for providing an example. Very helpful. <3

eojeda76 commented 2 years ago

is it possible to exclude multiple patterns? For example, exclude all the logs containing the following in the path: /2019/03/ /2019/02/ /2020/02/ /2020/03/

alvarofernandezavalos commented 1 year ago

is it possible to exclude multiple patterns? For example, exclude all the logs containing the following in the path: /2019/03/ /2019/02/ /2020/02/ /2020/03/

Did you found a solution?