Export AutoDiscovery data

You can export the traffic logs, including the business service/application mapping information, from AutoDiscovery as a CSV file.

Defining the AutoDiscovery Server

To define the AutoDiscovery server in AppViz:

  1. Open a terminal and log in as "root" and the related password.
  2. Run /usr/share/bflow/auto_discovery_setup_config.sh

    The following prompts appear:

    Enter auto discovery URL :Enter auto discovery API user name :Enter auto discovery API password:

  3. Complete the prompts.

Back to top

Exporting a CSV File

To export the CSV file:

  1. Open a terminal and log in as "root" and the related password.
  2. Run /usr/share/bflow/./BusinessFlow-CLI.sh –t export_auto_discovery -o <file_name>.csv

    Where <file_name> is either the relative or absolute file name.

    The file is created and saved under /home/bflow/config/discovery_from_logs.

Back to top