python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Handling multiline formats in splunk
I am not sure of how to set the BREAK_ONLY_BEFORE
I have try setting
BREAK_ONLY_BEFORE: date
but it throws error
My logs are :
[2022-04-05 11:18:23,839] WARN Error while loading: connectors-versions...
Achu
Votes: 0
Answers: 1
Matching line where the line number is the sum of constants and the value of a certain line content (in a variable multiline text)
I have this file below, which is 3 recipes. Each recipe contains a fixed number of header lines and a variable number of ingredient lines (composition).
The last line of the header gives the number of...
Zsokarpi
Votes: 0
Answers: 1
Regex to match a result that isn't single line and expanded across multiple lines
I want to change /<\?php\s([\s\S]*?)\?>/gi the way that single line PHP tags become excluded.
For example, here I want to match only second PHP tag and not the first one:
Test number <?PHP ec...
Reza Nooralizadeh
Votes: 0
Answers: 1
question on multiline.pattern different examples
new to filebeat and multiline.pattern configuration as a whole.
I was reading up on multiline.pattern examples and came across this
multiline.pattern examples.
where the example used was multiline.pat...
covfefe
Votes: 0
Answers: 1