Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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