Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Improve your wiki #32

Closed
amitkix opened this issue May 5, 2015 · 2 comments
Closed

Improve your wiki #32

amitkix opened this issue May 5, 2015 · 2 comments

Comments

@amitkix
Copy link

amitkix commented May 5, 2015

Hey,

In the last two days I tried to use your LogglyBatchAppender instead of LogglyAppender with no success.

I found my problem just now:
On the 'logback.xml' I used the 'inputKey' tag for declaring my Loggly token and tags.
After a lot of searching I found this post that helped me to understand that I should prefer use the 'endpointUrl' tag instead of 'inputKey' tag to specify the route of 'bulk' instead of 'inputs' in the URL between the domain and my token, examples:

* BAD: <endpointUrl>https://logs-01.loggly.com/inputs/TOKEN/tag/TAGS</endpointUrl>
* GOOD: <endpointUrl>https://logs-01.loggly.com/bulk/TOKEN/tag/TAGS</endpointUrl>

My request for you is to improve the description of property 'endpointUrl' here to use 'bulk' instead of 'inputs' while using Batch Mode.

I hope it'd help a lot of people.

Thanks,
Amit.

@lukevenediger
Copy link

Thanks Amit - I'd been battling with this issue for hours. Definitely needs better documentation!

@tony19
Copy link
Contributor

tony19 commented Aug 12, 2015

Ok done

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

No branches or pull requests

3 participants