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

Cannot send custom tags to Loggly #1

Closed
emptyarray opened this issue Mar 25, 2015 · 3 comments
Closed

Cannot send custom tags to Loggly #1

emptyarray opened this issue Mar 25, 2015 · 3 comments

Comments

@emptyarray
Copy link

Currently it appears that it is impossible to send Loggly's tags. This is also an issue with loggly-client.
Loggly expects tags to be in the URL, like this one from their docs: http://logs-01.loggly.com/bulk/CUSTOMER_TOKEN/tag/sample.

Ideally timer-loggly and loggly-client would support sending an array of tags to Loggly. On the loggly-client side, it would be something like changing: @POST("/inputs/{token}/tag/http/") to @POST("/inputs/{token}/tag/{tags}/"), and then sending through a serialized tags array.

Thanks for taking a look. Let me know if there is another way of sending tags that I'm missing.

@tony19
Copy link
Contributor

tony19 commented Mar 25, 2015

Yep, I was planning on adding that. I just whipped something up in loggly/loggly-client@4e48b5a

I'll bring this into timber-loggly some time this week.

@emptyarray
Copy link
Author

Great, looking forward to it.

@tony19
Copy link
Contributor

tony19 commented Mar 29, 2015

Fixed in 02ae590
(Released in v1.0.1)

@tony19 tony19 closed this as completed Mar 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants