You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Available Features
25
25
* Collects and displays device status information like uptime, RAM status, CPU load averages,
26
26
Interface properties and addresses, WiFi interface status and associated clients,
27
27
Neighbors information, DHCP Leases, Disk/Flash status
28
-
* Collection of monitoring information in a timeseries database (currently only influxdb is supported)
28
+
* Collection of monitoring information in a timeseries database (`InfluxDB <https://www.influxdata.com/>`_ and `Elasticsearch <https://www.elastic.co/elasticsearch/>`_ are currently supported)
29
29
* Monitoring charts for uptime, packet loss, round trip time (latency), associated wifi clients, interface traffic,
30
30
RAM usage, CPU load, flash/disk usage
31
31
* Charts can be viewed at resolutions of 1 day, 3 days, a week, a month and a year
@@ -47,6 +47,8 @@ beforehand.
47
47
In case you prefer not to use Docker you can `install InfluxDB <https://docs.influxdata.com/influxdb/v1.8/introduction/install/>`_
48
48
and Redis from your repositories, but keep in mind that the version packaged by your distribution may be different.
49
49
50
+
If you wish to use ``Elasticsearch`` for storing and retrieving timeseries data then `install Elasticsearch <https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html>`_.
51
+
50
52
Install spatialite and sqlite:
51
53
52
54
.. code-block:: shell
@@ -107,6 +109,19 @@ Follow the setup instructions of `openwisp-controller
107
109
'PORT': '8086',
108
110
}
109
111
112
+
In case, you wish to use ``Elasticsearch`` for timeseries data storage and retrieval,
0 commit comments