Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document example of exclude_pattern usage #170

Closed
jsvd opened this issue Mar 22, 2019 · 4 comments · Fixed by #204
Closed

document example of exclude_pattern usage #170

jsvd opened this issue Mar 22, 2019 · 4 comments · Fixed by #204
Assignees
Labels

Comments

@jsvd
Copy link
Member

jsvd commented Mar 22, 2019

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

@jsvd jsvd added the docs label Mar 22, 2019
@psanz-estc
Copy link

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
Copy link
Contributor

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

@eojeda76
Copy link

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants