summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToma Bilius <toma.bilius@enea.com>2021-09-10 16:24:55 +0300
committerToma Bilius <toma.bilius@enea.com>2021-09-10 16:25:43 +0300
commita18024e7edadaaf646633c4014b3a6cfd40d7418 (patch)
tree5d368f286180d20934aaf29d050435caa60c2cef
parent1677f82bb972ba060630cd1c08394459f9bb751b (diff)
downloadnfv-access-documentation-a18024e7edadaaf646633c4014b3a6cfd40d7418.tar.gz
ELCCR-2013 Unable to collect Telemetry data with Grafana / InfluxDB
Change-Id: I4a7c9755c516b5eb6fedecf4e96154698710a907 Signed-off-by: Toma Bilius <toma.bilius@enea.com>
-rw-r--r--doc/book-enea-edge-getting-started/doc/grafana.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/grafana.xml b/doc/book-enea-edge-getting-started/doc/grafana.xml
index 807c2ac..4593e68 100644
--- a/doc/book-enea-edge-getting-started/doc/grafana.xml
+++ b/doc/book-enea-edge-getting-started/doc/grafana.xml
@@ -2,16 +2,17 @@
2<chapter id="grafana"> 2<chapter id="grafana">
3 <title>Using Grafana and InfluxDB</title> 3 <title>Using Grafana and InfluxDB</title>
4 4
5 <para><ulink url="https://docs.influxdata.com/influxdb/">InfluxDB</ulink> is 5 <para><ulink url="https://docs.influxdata.com/influxdb/">InfluxDB</ulink> is
6 essentially a time series database process that runs on a server, while 6 essentially a time series database process that runs on a server, while
7 <ulink url="https://grafana.com/docs/grafana">Grafana</ulink> is a 7 <ulink url="https://grafana.com/docs/grafana">Grafana</ulink> is a
8 visualization tool for time series data. Grafana is a very lightweight 8 visualization tool for time series data. Grafana is a very lightweight
9 server-side application, and most of the data monitoring runs in a browser.</para> 9 server-side application, and most of the data monitoring runs in a
10 10 browser.</para>
11 <para>For details on version information for these two components, please refer to the 11
12 <ns:include href="../../s_docbuild/olinkdb/pardoc-common.xml" 12 <para>For details on version information for these two components, please
13 xmlns:ns="http://www.w3.org/2001/XInclude" 13 refer to the <ns:include href="../../s_docbuild/olinkdb/pardoc-common.xml"
14 xpointer="element(book_enea_edge_telemetry_open_source/1)" />.</para> 14 xmlns:ns="http://www.w3.org/2001/XInclude"
15 xpointer="element(book_enea_edge_telemetry_open_source/1)" />.</para>
15 16
16 <section id="telemetry_deployment"> 17 <section id="telemetry_deployment">
17 <title>Deploying Grafana and InfluxDB</title> 18 <title>Deploying Grafana and InfluxDB</title>
@@ -170,7 +171,7 @@
170 <listitem> 171 <listitem>
171 <para>For InfluxDB, run the following command:</para> 172 <para>For InfluxDB, run the following command:</para>
172 173
173 <programlisting>firewall-cmd --permanent --add-port=25826/tcp</programlisting> 174 <programlisting>firewall-cmd --permanent --add-port=25826/udp</programlisting>
174 </listitem> 175 </listitem>
175 176
176 <listitem> 177 <listitem>