Skip to content

Commit 375079e

Browse files
committed
conf: parser: Convert all http://rubular.com/ links to https://
Signed-off-by: Hank Leininger <hlein@korelogic.com>
1 parent 8a12573 commit 375079e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conf/parsers.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
Time_Key start_time
118118

119119
[PARSER]
120-
# http://rubular.com/r/tjUt3Awgg4
120+
# https://rubular.com/r/tjUt3Awgg4
121121
Name cri
122122
Format regex
123123
Regex ^(?<time>[^ ]+) (?<stream>stdout|stderr) (?<logtag>[^ ]*) (?<message>.*)$

conf/parsers_cinder.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[PARSER]
3-
# http://rubular.com/r/IvZVElTgNl
3+
# https://rubular.com/r/IvZVElTgNl
44
Name ceph
55
Format regex
66
Regex ^(?<log_time>[^ ][-.\d\+:T]+[ ]*[.:\d]*)\s+(?<message>.*)$

conf/parsers_extra.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Extra set of common parsers
22

33
[PARSER]
4-
# http://rubular.com/r/cCVd1HLCAO
4+
# https://rubular.com/r/cCVd1HLCAO
55
Name crowbar
66
Format regex
77
Regex ^.*\[(?<log_time>[^ ][-.\d\+:]+T[:\d]*)([^\]])*?\]\s+?(?<severity>[^ ]\w+)([\s-]*):?\s+(?<message>.*)
@@ -10,7 +10,7 @@
1010
Time_Key log_time
1111

1212
[PARSER]
13-
# http://rubular.com/r/frDgnElXW9
13+
# https://rubular.com/r/frDgnElXW9
1414
Name chefclient
1515
Format regex
1616
Regex ^\[(?<log_time>[^ ][-.\d\+:]+T[:\d]*)([^\]])*?\]\s+(?<severity>[^ ]\w+):\s+(?<message>.*)$

0 commit comments

Comments
 (0)