Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabianfrz/opnsense-logstash-config

A configuration for Logstash
https://github.com/fabianfrz/opnsense-logstash-config

elk-stack logging logstash opnsense syslog

Last synced: 14 days ago
JSON representation

A configuration for Logstash

Awesome Lists containing this project

README

        

# opnsense-logstash-config

This repository contains a logstash configuration file,
to make the logs indexable (for example for use with Elasticsearch and Kibana)

This is not an official file but contributions are welcome.

You can download and use this file at your own risk.

You need to have the
[opnsensefilter](https://github.com/fabianfrz/logstash-filter-opnsensefilter)
plugin installed in your logstash for this to work. Run the following command
on your Logstash host:

```sh
logstash-plugin install logstash-filter-opnsensefilter
```

Your Elasticsearch instance needs the [ingest-geoip](https://www.elastic.co/blog/geoip-in-the-elastic-stack) plugin:

```sh
elasticsearch-plugin install ingest-geoip
```

Once it is installed, (re)start Logstash or Elasticsearch, respectively.

## Forks
* [ypid/opnsense-logstash-config](https://github.com/ypid/opnsense-logstash-config)