kolla-ansible/doc/source/reference/logging-and-monitoring/skydive-guide.rst
Eduardo Gonzalez 02295e7283 Rework documentation into more specific folder
Change index to ease identify what service want to look.
Split docs into more specific folder such as networking
and storage.

Change-Id: Ic7ac12b3dd555fa5c018eeb897ccd4a5a2dfe8f3
2018-11-23 10:27:12 +00:00

38 lines
1.1 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. _skydive-guide:
====================================
Skydive - Real time network analyzer
====================================
Overview
~~~~~~~~
Skydive is an open source real-time network topology and protocols analyzer.
It aims to provide a comprehensive way of understanding what is happening in
the network infrastructure.
Skydive agents collect topology information and flows and forward them to a
central agent for further analysis.
All the information is stored in an Elasticsearch database.
Configuration on Kolla deployment
---------------------------------
Enable Skydive in ``/etc/kolla/globals.yml`` file:
.. code-block:: yaml
enable_skydive: "yes"
enable_elasticsearch: "yes"
Verify operation
----------------
After successful deployment, Skydive can be accessed using a browser on
``<kolla_external_vip_address>:8085``.
The default username is ``admin``, the password can be located under
``<keystone_admin_password>`` in ``/etc/kolla/passwords.yml``.
For more information about how Skydive works, see
`Skydive An open source real-time network topology and protocols analyzer
<https://github.com/skydive-project/skydive/>`__.