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
Is your feature request related to a problem? Please describe.
Currently we are forwarding logs to Loki from cloudtrail which has a set of default labels, one of which has extremely high cardinality which is affecting ingest into Loki. We want the ability to control which labels get sent to Loki (adding, modifying and dropping).
Describe the solution you'd like
Currently there is the option to add labels through environment variables, equally can we do similar for dropping labels or even better introduce pipelines into Lambda-promtail
Describe alternatives you've considered
Option is to add promtail running on a EC2 in order to use pipelines and hence use the labeldrop feature but this defeats the purpose for using lambda-promtail.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
**What this PR does / why we need it**:
**Which issue(s) this PR fixes**:
Fixes#10669
**Special notes for your reviewer**:
**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
- [x] Tests updated
- [x] `CHANGELOG.md` updated
- [ ] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [ ] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](d10549e)
---------
Signed-off-by: hainenber <dotronghai96@gmail.com>
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
rhnasc
pushed a commit
to inloco/loki
that referenced
this issue
Apr 12, 2024
**What this PR does / why we need it**:
**Which issue(s) this PR fixes**:
Fixesgrafana#10669
**Special notes for your reviewer**:
**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
- [x] Tests updated
- [x] `CHANGELOG.md` updated
- [ ] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [ ] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](grafana@d10549e)
---------
Signed-off-by: hainenber <dotronghai96@gmail.com>
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
Is your feature request related to a problem? Please describe.
Currently we are forwarding logs to Loki from cloudtrail which has a set of default labels, one of which has extremely high cardinality which is affecting ingest into Loki. We want the ability to control which labels get sent to Loki (adding, modifying and dropping).
Describe the solution you'd like
Currently there is the option to add labels through environment variables, equally can we do similar for dropping labels or even better introduce pipelines into Lambda-promtail
Describe alternatives you've considered
Option is to add promtail running on a EC2 in order to use pipelines and hence use the labeldrop feature but this defeats the purpose for using lambda-promtail.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: