forked from Github/OPNsense-Dashboard
Update README.md
This commit is contained in:
parent
4cccd01d81
commit
6ff38e3f68
1 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ Added Firewall panels.
|
|||
I've included a docker-compose.yaml that should have everything needed for the dashboard. After you bring up your docker-compose, follow the configuration below.
|
||||
|
||||
## InfluxDB
|
||||
After InfluxDB is started, go to http://(ip or hostname of docker server):8086, you will need to setup your username, password, bucket and organization here. Once that is done navigate to the Data tab, click on Telegraf, and create a configuration for a system. Name it, and copy your API token, you will need this for your telegraf configuration. I recommend generating another API token for Grafana. Click on API tokens -> Generate API Token -> Read/Write Access -> Click on your bucket under Read -> and Save. Copy this somewhere as well, you'll need it for Grafana.
|
||||
After InfluxDB is started, go to http://(ip of docker server):8086, you will need to setup your username, password, bucket and organization here. Once that is done navigate to the Data tab, click on Telegraf, and create a configuration for a system. Name it, and copy your API token, you will need this for your telegraf configuration. I recommend generating another API token for Grafana. Click on API tokens -> Generate API Token -> Read/Write Access -> Click on your bucket under Read -> and Save. Copy this somewhere as well, you'll need it for Grafana.
|
||||
|
||||
## Telegraf
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ Then download the database file, replace YOUR_LICENSE_KEY with the key you gener
|
|||
|
||||
#### Configuring Graylog
|
||||
|
||||
In a browser navigate to http://(ip or hostname of docker server):9000 and login.
|
||||
In a browser navigate to http://(ip of docker server):9000 and login.
|
||||
|
||||
For Graylog, it's recommended to create an index set. To do so, navigate to System -> Indices. Create an index set with the name "OPNsense / filterlog" and set the index prefix to "opnsense_filterlog".
|
||||
|
||||
|
|
@ -99,7 +99,7 @@ Add a description if you'd like, then click save.
|
|||
|
||||
#### Add InfluxDB and ElasticSearch data sources
|
||||
|
||||
You will need to add the data sources on Grafana. Navigate to http://(ip or hostname of docker server):3000, login and click on the cog wheel and Add a Data Source.
|
||||
You will need to add the data sources on Grafana. Navigate to http://(ip of docker server):3000, login and click on the cog wheel and Add a Data Source.
|
||||
|
||||
For InfluxDB, make the following configurations
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue