Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabianfrz/opnsense-logstash-config
- Owner: fabianfrz
- License: mit
- Created: 2017-08-12T12:42:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T21:46:36.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T23:47:09.399Z (2 months ago)
- Topics: elk-stack, logging, logstash, opnsense, syslog
- Size: 11.7 KB
- Stars: 24
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)