Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninech/logstash-patterns
Patterns to Grok your logs
https://github.com/ninech/logstash-patterns
Last synced: about 2 months ago
JSON representation
Patterns to Grok your logs
- Host: GitHub
- URL: https://github.com/ninech/logstash-patterns
- Owner: ninech
- License: apache-2.0
- Created: 2015-05-28T12:48:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T21:22:49.000Z (over 6 years ago)
- Last Synced: 2023-04-07T07:11:41.052Z (almost 2 years ago)
- Language: Ruby
- Size: 119 KB
- Stars: 14
- Watchers: 18
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logstash-patterns
Patterns to Grok your logs## Patterns
### dhcpd
Parse ISC DHCPD log for Package Type messages.### dovecot
Parse Dovecot Log messages and disassemble the elements.## Development
1. Install dependencies with bundle
* `bundle install --path vendor`
2. Make sure there are no broken rspec tests
* `bundle exec rspec`
3. Write tests for your patterns
4. Make sure the log line in the spec are anonymised