Commit 1c755af4 authored by Keelan Lang's avatar Keelan Lang 🏳️‍🌈
Browse files

Update Dedicated logging useful filters

parent 88ac03e9
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -162,11 +162,10 @@ If you don't get the results you expect and you are sure that your filter is cor

##### Useful filters

- `kubernetes.labels.app:` used to filter Kubernetes pods. `nginx-ingress`, `webservice`, etc.
- `kubernetes.container_name`: used to filter Kubernetes pods like `sidekiq`, `webservice`, `pages`, and more
- `correlation_id`: used to [find relevant log entries by correlation ID](https://docs.gitlab.com/administration/logs/tracing_correlation_id/)
Use this OpenSearch filter to find logs related to the GitLab application:

- `kubernetes.labels.release: gitlab`
- `kubernetes.labels.release: gitlab`: Use this OpenSearch filter to find logs related to the GitLab application
- `meta.feature_category`: Scope to a specific feature, like `webhooks`, `integrations`, `continuous_integration`, and more

###### Filter by HTTP response status code