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
Copy file name to clipboardExpand all lines: gitlab/assets/logs/gitlab.yaml
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,32 @@ pipeline:
288
288
matchRules: |
289
289
gitlab.production Started %{_method} "%{_url}" for %{_client_ip} at %{_date_access}(\n|\t|\s)+Processing by (%{_class}::)?%{_controller}\#%{_action} as %{_format}(\t|\s|\n)+(%{_details})?Completed %{_status_code} %{word} in %{_duration}ms \(Views: %{_view}ms \| ActiveRecord: %{_activerecord}ms\)
290
290
291
+
- type: grok-parser
292
+
name: GitLab Runner Job Logs
293
+
enabled: true
294
+
source: message
295
+
samples:
296
+
- '2026-03-08T15:08:43.415459Z 01E {"event": "pikepdf C++ to Python
message: "I, [2015-02-13T06:14:46.680381 #9047] INFO -- : Refreshing Gem list"
820
+
status: "info"
813
821
tags:
814
822
- "source:LOGS_SOURCE"
815
823
timestamp: 1423808086680
@@ -840,6 +848,7 @@ tests:
840
848
ip: "123.123.123.123"
841
849
views: 0.2
842
850
message: "I, [1999-03-03T02:34:24.895701 #19074] INFO -- : Started GET \"/api/v1/example/query\" for 123.123.123.123 at 1999-03-03 02:34:24 +0000 Processing by MyCheck::CheckController#index as JSON Completed 200 OK in 41ms (Views: 0.2ms | ActiveRecord: 6.2ms)"
851
+
status: "info"
843
852
tags:
844
853
- "source:LOGS_SOURCE"
845
854
timestamp: 920428464895
@@ -853,6 +862,7 @@ tests:
853
862
name: "Main"
854
863
thread_id: "19074"
855
864
message: "I, [1999-03-03T02:34:24.895701 #19074] INFO -- Main: Some error."
865
+
status: "info"
856
866
tags:
857
867
- "source:LOGS_SOURCE"
858
868
timestamp: 920428464895
@@ -893,6 +903,7 @@ tests:
893
903
thread_id: "19074"
894
904
views: 0.2
895
905
message: "I, [1999-03-03T02:34:24.895701 #19074] INFO -- : Completed 200 OK in 41ms (Views: 0.2ms | ActiveRecord: 6.2ms)"
906
+
status: "info"
896
907
tags:
897
908
- "source:LOGS_SOURCE"
898
909
timestamp: 920428464895
@@ -907,6 +918,7 @@ tests:
907
918
logger:
908
919
thread_id: "648"
909
920
message: "I, [2019-06-18T15:18:18.173873 #648] INFO -- : listening on addr=127.0.0.1:8080 fd=21"
921
+
status: "info"
910
922
tags:
911
923
- "source:LOGS_SOURCE"
912
924
timestamp: 1560871098173
@@ -928,6 +940,7 @@ tests:
928
940
client:
929
941
ip: "123.123.123.123"
930
942
message: "I, [1999-03-03T02:34:24.895701 #19074] INFO -- : Started GET \"/api/v1/example/query\" for 123.123.123.123 at 1999-03-03 02:34:24+0000"
943
+
status: "info"
931
944
tags:
932
945
- "source:LOGS_SOURCE"
933
946
timestamp: 920428464895
@@ -943,6 +956,7 @@ tests:
943
956
thread_id: "19074"
944
957
processor: "MyCheck::CheckController#index"
945
958
message: "I, [1999-03-03T02:34:24.895701 #19074] INFO -- : Processing by MyCheck::CheckController#index as JSON"
959
+
status: "info"
946
960
tags:
947
961
- "source:LOGS_SOURCE"
948
962
timestamp: 920428464895
@@ -959,6 +973,7 @@ tests:
959
973
id: 1234567
960
974
timestamp: 153012312
961
975
message: "I, [2018-06-27T08:01:52.991728 #1] INFO -- : Received: {\"action\":\"cancel\",\"order\":{\"id\":1234567,\"timestamp\":153012312}}"
0 commit comments