- https://www.elastic.co/guide/en/logstash/current/field-extraction.html
- https://www.elastic.co/guide/en/logstash/current/config-examples.html
- https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/grok-patterns
- https://logz.io/blog/logstash-grok/
- https://github.com/elastic/logstash/issues/2965
VirtualTam's bookmarks
-
-
2017-07-04 -
Open Source collab' done right!
See comment threads between authors of
ag
(The Silver Searcher) &ripgrep
;-) -
Context: replace spaces by dashes in a script-generated HTML file's links
1awk -F\' 'm = /a href/ { gsub(/ /,'-',$2); print$1'\''$2'\''$3} !m {print $0}'
-
2014-12-02 -
2014-08-10 -
2014-06-21 -
2014-05-17 A personal project where I aimed to illustrate words found in foreign languages that cannot be Anglicised word for word.
-
2013-07-03