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
@@ -28,7 +28,7 @@ Available Features
28
28
* Collects and displays `device status <#device-status>`_ information like uptime, RAM status, CPU load averages,
29
29
Interface properties and addresses, WiFi interface status and associated clients,
30
30
Neighbors information, DHCP Leases, Disk/Flash status
31
-
* Collection of monitoring information in a timeseries database (currently only influxdb is supported)
31
+
* Collection of monitoring information in a timeseries database (`InfluxDB <https://www.influxdata.com/>`_ and `Elasticsearch <https://www.elastic.co/elasticsearch/>`_ are currently supported)
32
32
* Monitoring charts for uptime, packet loss, round trip time (latency), associated wifi clients, interface traffic,
33
33
RAM usage, CPU load, flash/disk usage
34
34
* Charts can be viewed at resolutions of 1 day, 3 days, a week, a month and a year
@@ -50,6 +50,8 @@ beforehand.
50
50
In case you prefer not to use Docker you can `install InfluxDB <https://docs.influxdata.com/influxdb/v1.8/introduction/install/>`_
51
51
and Redis from your repositories, but keep in mind that the version packaged by your distribution may be different.
52
52
53
+
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>`_.
54
+
53
55
Install spatialite and sqlite:
54
56
55
57
.. code-block:: shell
@@ -110,6 +112,19 @@ Follow the setup instructions of `openwisp-controller
110
112
'PORT': '8086',
111
113
}
112
114
115
+
In case, you wish to use ``Elasticsearch`` for timeseries data storage and retrieval,
0 commit comments