How to view log analytics using Kibana

How to view log analytics using Kibana

Task

How to view log analytics.

Solution

Use the Kibana service to view log analytics. It is available at: http://<Acura_IP>:30081/. 
User: kibana_user; password: LxY83mXr. 

If it’s the first launch of Kibana, follow these steps:

Log in. Click “Explore on my own”.

Select "Discover" in the "Analytics” section of the menu.



Click “Create data view”.



Enter ‘**’ into the “Name” and “Index pattern” fields, select ‘@timestamp’ in the “Timestamp field”. Click “Save data view to Kibana”. 



Here are some useful filters to search by:
  1. ‘Host:repman‘ – filter for internal agent logs
  2. ‘host:cabrio’ – filter for external agent logs
  3. ‘container_name:*rest*’ - filter for the main service - rest
  4. ‘container_name:*heat*’ - filter Cloud Site related logs
  5. ‘agent_id:*agent ID*’ - logs for some particular agent
  6. ‘ERROR’ – filtering errors.

Enter the filter request, select the date range and click “Refresh”.



    • Related Articles

    • List of log files locations

      Log files locations, by agent type: Agent type Log file location Windows replication agent %ProgramData%\Hystax\acura\LOG\repman.log %ProgramData%\Hystax\acura\LOG\hwragent.log.txt Linux replication agent /var/log/repman.log VMware replication agent ...
    • How to interpret data using Grafana

      Task How to interpret data using Grafana. Solution To access the Grafana dashboards log in at http://<ACURA_IP>:30082. User: grafana_user; password: LxY83mXr. On the Home Dashboard page find: the list of useful dashboards global replication speed and ...
    • How to turn on debug logging for Hystax VMware Replication Agent

      Task Turn on debug logging to perform advanced troubleshooting of Hystax VMware Replication Agent (HVRAgent) SolutionGo to the TUI and select the “Agent options” menu Choose the “Enable debug logging” option You can see the logs in agent TUI or in ...
    • How to continue using Acura after changing its public IP address

      Challenge Acura requires a new public IP, and the replications should continue working as before. Solution This article covers the process from the start, so skip to #2 if you have already configured a new IP. #1 To change Acura's public IP: ...
    • How to change the disk label to disable the agent

      Challenge The machine can't mount a disk and boot because a previous label is written in fstab. Cause This happens because the boot partition label was updated during the P2V conversion, but fstab entry points to the old label. Solution 1. Type your ...