Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Cannot send custom tags to Loggly #1
Comments
|
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. |
|
Great, looking forward to it. |
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.
The text was updated successfully, but these errors were encountered: