Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyuan/stash
logstash plugins and configurations
https://github.com/zhangyuan/stash
Last synced: about 1 month ago
JSON representation
logstash plugins and configurations
- Host: GitHub
- URL: https://github.com/zhangyuan/stash
- Owner: zhangyuan
- License: mit
- Created: 2014-12-04T14:15:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T02:34:56.000Z (about 10 years ago)
- Last Synced: 2024-10-27T14:35:27.820Z (3 months ago)
- Homepage:
- Size: 492 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stash
=====logstash plugins and configurations.
# How to run ?
Specify `-f` and `--pluginpath` options to run. For example,
```
logstash --pluginpath . -f conf/iis.conf
```# Tips
## Logstash
* Reparse the file
```
input {
sincedb_path => "/dev/null"
}
}
```link: http://stackoverflow.com/questions/19546900/how-to-force-logstash-to-reparse-a-file
## Kibana
* summing up terms as a whole string
use `.raw` extension of field to prevent splitting of terms.
link: http://stackoverflow.com/questions/23238750/kibana-summing-up-terms-as-a-whole-string