-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Logstash Input/Output #239
Comments
Loki accepts application/json with a simple format outlined here https://github.com/grafana/loki/blob/master/docs/api.md#rest-api |
Fantastic, so it looks like I have transform Question 1: Is line a string or can it be a json structure? |
|
I see, so it looks like |
Absolutely, and |
@krainboltgreene were you successful in using logstash's http output to route logs to Loki? If so, would you mind sharing your pipeline configuration? Thqnks a lot! |
@krainboltgreene were you able to send logs to Loki from logstash? |
No, and frankly I won't. I grossly overestimated my need for logstash. It's now a huge pain and I wish I hadn't picked it. |
**What this PR does / why we need it**: The Changelog diff between the two commits is grafana/dskit@3e308a4...7242706 ``` * [CHANGE] Cache: Switch Memcached backend to use `github.com/grafana/gomemcache` repository instead of `github.com/bradfitz/gomemcache`. #248 * [ENHANCEMENT] Add cache, gate and stringsutil packages. #239 * [ENHANCEMENT] Cache: add Redis support. #245 * [ENHANCEMENT] Cache: Add the ability to use a custom memory allocator for cache results. #249 * [BUGFIX] Memberlist: fix crash when methods from `memberlist.Delegate` interface are called on `*memberlist.KV` before the service is fully started. #244 ``` **Checklist** - [x] Reviewed the [`CONTRIBUTING.md`](../CONTRIBUTING.md) guide (**required**) - N/A Documentation added - N/A Tests updated - N/A `CHANGELOG.md` updated - N/A Changes that require user attention or interaction to upgrade are documented in `docs/sources/upgrading/_index.md`
**What this PR does / why we need it**: The Changelog diff between the two commits is grafana/dskit@3e308a4...7242706 ``` * [CHANGE] Cache: Switch Memcached backend to use `github.com/grafana/gomemcache` repository instead of `github.com/bradfitz/gomemcache`. grafana#248 * [ENHANCEMENT] Add cache, gate and stringsutil packages. grafana#239 * [ENHANCEMENT] Cache: add Redis support. grafana#245 * [ENHANCEMENT] Cache: Add the ability to use a custom memory allocator for cache results. grafana#249 * [BUGFIX] Memberlist: fix crash when methods from `memberlist.Delegate` interface are called on `*memberlist.KV` before the service is fully started. grafana#244 ``` **Checklist** - [x] Reviewed the [`CONTRIBUTING.md`](../CONTRIBUTING.md) guide (**required**) - N/A Documentation added - N/A Tests updated - N/A `CHANGELOG.md` updated - N/A Changes that require user attention or interaction to upgrade are documented in `docs/sources/upgrading/_index.md`
[release-5.6] Backport PR grafana#11531
Hello, my services all use logstash and it would be fantastic if I could have loki ingest or receive data from logstash.
I've been told that loki receives an HTTP request, does anyone have the exact specification of this HTTP request?
The text was updated successfully, but these errors were encountered: