pfelk / pfelk

pfSense/OPNsense + Elastic Stack
https://pfelk.github.io/pfelk/
Other
1.07k stars 192 forks source link

Configure Elasticsearch for access from outside #289

Closed nick2000713 closed 3 years ago

nick2000713 commented 3 years ago

Hello I am currently trying to configure pfelk to be able to display it in grafana. I thought I would just enter in the elasticsearch.yml file: network.host: 0.0.0.0 and http.port: 9200 and then it would be done.But now I get an error. Do I have to set anything else or why is this not working. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Error Config )

a3ilson commented 3 years ago

@nick2000713

If you run through the install method (script or manual) you can add Grafana. Although it is not natively supported on this repo, it is referenced and obvious works well.

@b4b857f6ee has a repo that leverages pfelk for Grafana which is referenced in step 8 of the configuration page or you can access directly here: https://github.com/b4b857f6ee/opnsense_grafana_dashboard

a3ilson commented 3 years ago

No response