-
Notifications
You must be signed in to change notification settings - Fork 814
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
Support * globs in dogstream file configuration #753
Comments
+1 |
Bigtime! Trying to write some Ansible playbooks now, but the requirement that this directive only appear once is complicating things. Various roles require different dogstreams. |
Pull request plus tests sent! |
Took this to an even higher level in #1557 with a dogstreams.d feature (similar to conf.d and checks.d). You can drop YAML files in and wildcarding is supported. |
+1000 I was just about to start work on making the dogstreams config support much better, but this guy has nailed it. Props to you @gtaylor |
@joeasaurus It's a bit disappointing not to hear a peep from the Datadog maintainers, since this is IMO a glaring omission. I'm not sure whether to even waste the time rebasing this given the lack of response. |
I for one would be most grateful. |
Yeah, I just don't want to waste any more time on it if they aren't going to accept it. Feel free to encourage them to take a look at this if it's causing you pain in your usage case. |
+1 |
@gtaylor thanks again for this new feature, sorry that we didn't have time to review it sooner. Let's get to it and review that for 5.4. If we need to put more work on it, we can help you do that. |
Fix #753. [[email protected]] rebased current work to fix merge conflicts.
Fix #753. [[email protected]] rebased current work to fix merge conflicts.
@yannmh It seems to me as though you lost my fix to use dogstreams.d exclusively? |
Hi @joeasaurus, Your fix is still on his way (#1557) and should be reviewed shortly. Thanks again for your contribution 😃 This specific issue was solved with #1550 |
Aaaah no worries, thanks :D |
So that this will do the Right Thing(tm):
dogstreams: /var/log/mydir/*.log
The text was updated successfully, but these errors were encountered: