Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-elk
Commits
7d80941d
Commit
7d80941d
authored
Oct 17, 2016
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
improving elk detection
parent
7b562229
Pipeline
#7851
passed with stage
in 17 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/ElkParser.scala
View file @
7d80941d
...
...
@@ -22,9 +22,9 @@ object ElkParser extends SimpleExternalParserGenerator(
))
::
Nil
),
mainFileTypes
=
Seq
(
"text/.*"
),
mainFileRe
=
"""\+-----------+\+
\| Elk version (?<version>[0-9.a-zA-Z]+) started \|
\+----------+\+"""
.
r
,
mainFileRe
=
"""\
s*\
+-----------+\+
\s*
\s*
\| Elk version (?<version>[0-9.a-zA-Z]+) started \|
\s*
\s*
\+----------+\+
\s*
"""
.
r
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/elk/parser/parser-elk/parser_elk.py"
,
"--uri"
,
"${mainFileUri}"
,
"${mainFilePath}"
),
resList
=
Seq
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment