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

https://github.com/binorassocies/brostash-pipeline

Brostash Logstash pipeline
https://github.com/binorassocies/brostash-pipeline

bro-ids bro-logs brostash brostash-pipeline elasticsearch logstash

Last synced: 5 months ago
JSON representation

Brostash Logstash pipeline

Awesome Lists containing this project

README

        

# Brostash Logstash pipeline

A collection of script and configurations for an ELK stack setup with Bro IDS logs as an input. The repository have the following structure:

* `./index_template`: Elasticsearch index template mapping for bro logs. To deploy running the following:

```
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_template/bro -d @bro_template.json
```

* `./conf.d`: Logstash plugins scripts. The sub directory `bro_filters` contains a set of scripts for processing Bro IDS generated Logs. Among others, the `net flow`, `dns` and `http` logs are processed.

* `./pattern`: Grok patterns for the Logstash processing pipeline.