mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- Style
This commit is contained in:
parent
445eada3e2
commit
8c22b1f314
1 changed files with 4 additions and 5 deletions
|
@ -52,8 +52,7 @@ module LogStash
|
|||
#puts grok.expanded_pattern
|
||||
@groks << grok
|
||||
end
|
||||
|
||||
end
|
||||
end # def initialize
|
||||
|
||||
def parse_entry(raw_entry)
|
||||
match = nil
|
||||
|
@ -79,7 +78,7 @@ module LogStash
|
|||
res["@LINE"] = raw_entry
|
||||
|
||||
return fix_date(res)
|
||||
end
|
||||
end # def parse_entry
|
||||
end # class TextLog
|
||||
end
|
||||
end # module LogStash::Log
|
||||
end # class Log
|
||||
end # module LogStash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue