Add documentation for ELK to the renderred docs
This includes docs for ELK setup to our renderred docs of the OPS repo It should make them better readable/searchable. Change-Id: Icc5521a59e388ccf15f94e494de81ff4a385e90c
This commit is contained in:
parent
67e30b08ca
commit
92f00c4486
1
doc/source/assets/Elastic-Stack-Diagram.svg
Symbolic link
1
doc/source/assets/Elastic-Stack-Diagram.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../elk_metrics_7x/assets/Elastic-Stack-Diagram.svg
|
1
doc/source/assets/Elastic-dataflow.svg
Symbolic link
1
doc/source/assets/Elastic-dataflow.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../elk_metrics_7x/assets/Elastic-dataflow.svg
|
1
doc/source/assets/openstack-kibana-custom-dashboard.png
Symbolic link
1
doc/source/assets/openstack-kibana-custom-dashboard.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../elk_metrics_7x/assets/openstack-kibana-custom-dashboard.png
|
2
doc/source/elk_metrics.rst
Normal file
2
doc/source/elk_metrics.rst
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
.. include:: ../../elk_metrics_7x/README.rst
|
@ -6,6 +6,7 @@ OpenStack-Ansible Operator Tooling
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
swift_storage_mount_drives
|
swift_storage_mount_drives
|
||||||
|
elk_metrics
|
||||||
|
|
||||||
OpenStack-Ansible Diff Generator
|
OpenStack-Ansible Diff Generator
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
@ -2,7 +2,6 @@ Install ELK with beats to gather metrics
|
|||||||
########################################
|
########################################
|
||||||
:tags: openstack, ansible
|
:tags: openstack, ansible
|
||||||
|
|
||||||
..
|
|
||||||
About this repository
|
About this repository
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
@ -16,7 +15,6 @@ Highlevel overview of the Elastic-Stack infrastructure these playbooks will
|
|||||||
build and operate against.
|
build and operate against.
|
||||||
|
|
||||||
.. image:: assets/Elastic-Stack-Diagram.svg
|
.. image:: assets/Elastic-Stack-Diagram.svg
|
||||||
:scale: 50 %
|
|
||||||
:alt: Elasticsearch Architecture Diagram
|
:alt: Elasticsearch Architecture Diagram
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
@ -347,7 +345,6 @@ Architecture | Data flow
|
|||||||
This diagram outlines the data flow from within an Elastic-Stack deployment.
|
This diagram outlines the data flow from within an Elastic-Stack deployment.
|
||||||
|
|
||||||
.. image:: assets/Elastic-dataflow.svg
|
.. image:: assets/Elastic-dataflow.svg
|
||||||
:scale: 50 %
|
|
||||||
:alt: Elastic-Stack Data Flow Diagram
|
:alt: Elastic-Stack Data Flow Diagram
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
@ -355,7 +352,8 @@ Optional | Enable uwsgi stats
|
|||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Config overrides can be used to make uwsgi stats available on unix
|
Config overrides can be used to make uwsgi stats available on unix
|
||||||
domain sockets. Any /tmp/*uwsgi-stats.sock will be picked up by Metricsbeat.
|
domain sockets. Any /tmp/<service>-uwsgi-stats.sock will be picked up by
|
||||||
|
Metricsbeat.
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user