After this lab you will be able to:
- Connect your browser to your metron instance.
- Describe the main UIs for Metron.
- Describe the information contained in each UI.
- Open the UI and view the content.
Edit your hosts
file and add a entry to your AWS instance. First find your host IP adress that was provided to you. On your laptop do:
sudo vi /etc/hosts
- Add
host_ip mobius.local
, where you replace host_ip with the real IP and save the file. - You should now be able to access Ambari at http://mobius.local:8080/
For Windows 10 and 8:
- Press the Windows key.
- Type Notepad in the search field.
- In the search results, right-click Notepad and select Run as administrator.
- From Notepad, open the following file: c:\Windows\System32\Drivers\etc\hosts
- Add
*host ip* mobius.local
, where you replace host ip with the real IP and save the file. - Click File > Save to save your changes.
- You should now be able to access Ambari at http://mobius.local:8080/
- The management UI shows the sensors configured in Metron and their operational state (running/stopped and latency). From the management UI you can create new sensors, view sensor configuration, browse raw logs sent by the sensor, and change the configuration of sensors.
- Open your browser to http://mobius.local:4200/ .
- When prompted for the password enter metron for the user and metron for the password.
- The Metron Management UI opens showing the sensors configured in Metron and their operational state (running/stopped and latency).
- The Metron Alerts UI shows enriched and triaged events stored in the Metron index. From the Alerts UI, you can filter events, view event fields, and sort events. You can also escalate, add comments to, or group events.
- Open your browser to http://mobius.local:4201/.
- When prompted for the password enter metron for the user and metron for the password.
- The Metron Alerts UI opens listing the events reported to Metron. From the alerts UI you can search, filter and view the details of alerts.
- Consult the Viewing Alerts User Guide for more information on how to use the Alerts UI.
- Open Ambari to view the status of the Metron infrastructure and start, stop, and restart services. Ambari also configures, installs and upgrades Metron software.
- Open your browser to http://mobius.local:8080/.
- When prompted for the password enter admin for the user and admin for the password.
- The Ambari management pages open.
- The Quicklinks Ambari menu item launches the UIs for a service. For example, select the Management UI and Alerts UI by selecting Services from the upper right and then Metron from the left. Pull down quick links and select Management UI or Alerts UI to launch the Metron UIs.
For the workshop you will be provided with a single node version Metron installation.
Credential | Value |
---|---|
Metron Host Name | Provided to you |
Metron Management UI | http://mobius.local:4200 |
Metron Alerts UI | http://mobius.local:4201 |
Metron Mgmt/Alerts Credentials | metron:metron |
Ambari URL | http://mobius.local:8080 |
Ambari credentials | admin:admin |
SSH key | Provided to you |
Ssh | ssh -i ssh_key.pem centos@metron_host_name |
mysql console | mysql -u user_name -p |
mysqldb root credentials | root: |
mysqldb metron credentials | metron:Myp@ssw0rd |
zoomdata url | http://mobius.local:6430 |
zoomdata credentials | admin:Metron1234! |
solr admin UI | http://mobius.local:8983/solr/#/ |