You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: