OPBNOS R2.5
Release
  • Open Packet Broker
  • What's New?
  • Getting Started
    • Licensing
    • Limitations
    • Image Management
      • Installing OPBNOS from ONIE
      • Installing OPBNOS from USB Drive
      • Image Upgrade from OPBNOS
      • Selecting OPBNOS on next boot
      • Removing available images
      • Rebooting the Switch
    • Supported HwSku
    • Scalability
    • Downloads
  • CLI Configuration Guide
    • Configuring License
    • Configuring Hostname
    • Configuring Username
    • On-Box FlowVision
    • Configuring AAA
      • Configuring AAA
      • Configuring TACACS
      • Configuring RADIUS
    • Interface Management
      • Configuring Management Interface
      • Configuring Physical Interface
    • Link Layer Discovery Protocol (LLDP)
      • Enabling LLDP
      • Displaying LLDP Neighbors
    • Configuring Interface Description
    • Configuring Auto Negotiation
    • Configuring FEC
    • Configuring Maximum Transition Unit
    • Configuring Port Speed
    • Configuring Interface Type
    • Configuring VLAN Modes
    • Configuring Loopback Mode
    • Configuring Packet Slicing
    • Configuring Ingress VLAN
    • Configuring Egress Tagging
    • Configuring Tx-only
    • Configuring An-clause
    • Configuring PortChannel
    • Configuring LAG Hash
    • Configuring Flows and Rules
      • Configuring Network Ports
      • Configuring Tool Ports
      • Configuring Flows
      • Configuring Flow Description
      • Configuring Flow Rules (NVIDIA)
      • Configuring Flow Rules (Broadcom)
      • Configuring Flow Match Expression Rules
      • Configuring Flow UDF Rules
      • Configuring Push/Pop VLAN
      • Configuring Flow Override Action(s)
      • Display Flow Information
      • Clear Flow Counters
    • Configuring GTP Flow
    • Configuring VxLAN Flow
    • Configuring SNMP
      • Configure SNMP community
      • Configuring SNMP Trap
      • Configuring SNMP Threshold
      • Configuring SNMP User
      • Configuring SNMP Location
      • Configuring SNMP Contact
    • Configuring SYSLOG
    • Ping
    • Traceroute
    • Configuring NTP
    • Configuring Timezone
    • Configuring sFlow
    • Display Interface Information
      • Front Panel Port Mapping
    • Display System Information
      • Interface Transceiver Information
      • System Uptime
      • Reboot Cause
      • Show Environment
      • Show System Memory
      • Show Docker Memory
      • Show Services
      • Show Platform Fan
      • Show platform pcieinfo
      • Show Platform PSU
      • Show Platform SSD
      • Show Platform Summary
      • Show Platform Syseeprom
      • Show Platform Temperature
    • Configuration Management
      • Copying Files To Device
      • Copying Files From Device
      • Copying Running and Startup Configuration
      • Saving Configuration
      • Display Configuration
      • Clearing Startup configuration
    • Zero Touch Provisioning
      • DHCP Discovery
      • ZTP Boot File
      • Enable ZTP
    • Troubleshooting
  • Aviz FlowVision Graphical User Interface Guide
    • FlowVision Controller Installation
      • FV ESXi Host Installation
      • FV VirtualBox Installation
    • System
      • Viewing the Dashboard
      • Accessing System and Device Information
      • Managing Topologies
      • Managing Devices
      • Viewing System Log
      • Managing Users
      • Performing Backup and Restore
      • Viewing Audit Logs
    • Configuration
      • Configuring Ports
      • Configuring Port Groups
      • Configuring Rule Templates
      • Configuring Flows
    • Statistics
      • Viewing Port Statistics
      • Viewing Flow Statistics
    • Help
  • REST API Guide
    • FLOW
    • Interface Management
    • Port Channel
    • LLDP
    • SNMP
    • System and Platform
    • Statistics
  • Use Cases
    • For Engineers
      • VxLAN Deployment (NVIDIA)
      • GTP Deployment
      • Truncation and Load Balancing
      • Ingress VLAN and Egress Tagging
      • Loopback-mode Port
      • VLAN Mode/Tag Actions
    • Command Reference
      • Converting Network-to-Tool port
      • Configuring 1G Electrical SFP
      • Enabling FlowVision On-box Support
  • Solution Integration
    • Network Visibility and Analysis with OPB, Arkime, Elasticsearch & Kibana
      • Installation Pre-Requisites
      • Solution Components
      • Configuring OPBNOS
      • Installing Arkime
      • Installing Kibana
      • Troubleshooting
  • Support
    • How to contact Aviz Networks Support?
Powered by GitBook
On this page

Was this helpful?

  1. Solution Integration
  2. Network Visibility and Analysis with OPB, Arkime, Elasticsearch & Kibana

Installing Kibana

PreviousInstalling ArkimeNextTroubleshooting

Last updated 1 year ago

Was this helpful?

  • Download the Kibana installation scripts from

  • Copy the tar to the Kibana server and extract using the below command

aviz@npbsrv01:~/OPB_Arkime$ tar -zxvf OPB_Kibana.tar.gz 
OPB_Kibana/
OPB_Kibana/stop.sh
OPB_Kibana/kibana.tar.gz
OPB_Kibana/start.sh
aviz@npbsrv01:~/OPB_Arkime$  
  • Move to the extracted folder

aviz@npbsrv01:~/OPB_Arkime$ cd OPB_Kibana/
aviz@npbsrv01:~/OPB_Arkime/OPB_Kibana/$ ls -l
total 312496
-rw-rw-r-- 1 aviz aviz 319979929 Apr 27 12:13 kibana.tar.gz
-rwxrwxr-x 1 aviz aviz       747 Apr 28 11:31 start.sh
-rwxrwxr-x 1 aviz aviz       155 Apr 28 11:33 stop.sh
aviz@npbsrv01:~/OPB_Arkime/OPB_Kibana$ 
  • Execute the ‘start.sh’ script, the script will perform the following actions

    1. Start the Kibana node on port 5601

    2. Connect to the ES Storage node on port 9200

    3. Start the Kibana container

aviz@npbsrv01:~/OPB_Arkime/OPB_Kibana$ sudo ./start.sh 
Loading docker images...
Loaded image: docker.elastic.co/kibana/kibana:7.17.3
vm.max_map_count = 262144
WARNING: Published ports are discarded when using host network mode
5dd385bed21e56393906da9a701e61f69f0e433a4c5a3e11c901860882edd189
Access Kibana Dashboard at:
http://<host>:5601

waiting for initialization...
aviz@npbsrv01:~/OPB_Arkime/OPB_Kibana$
  • Open URL http://<Kibana-server-ip>:5601/ from your favourite browser

  • Create Kibana Dashboards

here
Kibana Dashboard
Kibana