Skip to content

Commit c359ab1

Browse files
authored
Update kubernetes-podlogs-alloy-configmap.yml
1 parent ac42178 commit c359ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collecting-logs-from-loki/kubernetes-podlogs-alloy-configmap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data:
5151
5252
loki.process "pod_logs" {
5353
stage.match {
54-
selector = "{namespace=~\"(ngin|ngim)x\"}"
54+
selector = "{namespace=~\"(my|your)app\"}"
5555
stage.regex {
5656
expression = "(?P<method>GET|PUT|DELETE|POST)"
5757
}

0 commit comments

Comments
 (0)