Amazon Web Services: SL1 Dashboards PowerPack Release Notes, version 100

Version 100 of the Amazon Web Services: SL1 Dashboards PowerPack is the initial version of the PowerPack. The PowerPack includes 11 Dashboards that present graphical representations of the configuration data and performance metrics that are collected for AWS devices by the Amazon Web Services PowerPack.

NOTE: These dashboards are intended for use only in the new SL1 user interface and will not load in the classic ScienceLogic platform user interface.

  • Minimum Required SL1 Version: 8.8.0
  • Minimum Required AP2 Version: 5.114.6
  • Minimum Required Widget Components Version: 2.168.10
  • Minimum Required Amazon Web Services PowerPack Version: 112

Before You Install

Before installing Amazon Web Services: SL1 Dashboards PowerPack version 100, you must first ensure that you are running version 8.8.0 or later of SL1.

NOTE: For details on upgrading SL1, see the appropriate Release Notes.

You must also import and install the Amazon Web Services PowerPack version 112 or later before installing the PowerPack.

Installing the PowerPack

To install this PowerPack:

  1. Familiarize yourself with the Known Issues for this release.
  2. See the Before You Install or Upgrade section. If you have not done so already, upgrade your system to the 8.8.0 or later release.
  3. Download the "Amazon Web Services: SL1 Dashboards" version 100PowerPack from the Support Site to a local computer.
  4. Go to the PowerPack Manager page (System > Manage > PowerPacks). Click the Actions menu and choose Import PowerPack. When prompted, import "Amazon Web Services: SL1 Dashboards" version 100.
  5. Click the Install button. For details on installing PowerPacks, see the chapter on Installing a PowerPack in the PowerPacks manual.

Features

The following dashboards are included in version 100 of the Amazon Web Services: SL1 Dashboards PowerPack:

  • An "AWS Account Billing" dashboard, which includes the following widgets that display data about your AWS account billing information:
  • Top 30 - Estimated Billing
  • Total ($)
  • AWS Events

  • An "AWS Application ELB Performance" dashboard, which includes the following widgets that display data about your AWS application ELB services:
  • Target Latency
  • HTTP Error Counts
  • Request Counts
  • HTTP Target Returns

  • An "AWS DDB Performance" dashboard, which includes the following widgets that display data about your AWS DDB tables:
  • Consumed Read & Write Capacity
  • User Errors
  • Successful Request Latency
  • System Errors

  • An "AWS EBS Performance" dashboard, which includes the following widgets that display data about your AWS EBS volumes:
  • Input/Output per Second
  • Total Read & Write Times
  • Idle Time
  • Queue Length

  • An "AWS EC2 Performance" dashboard, which includes the following widgets that display data about your AWS EC2 instance devices:
  • Vitals
  • Network Input/Output
  • Disk Input/Output per Second
  • Disk Read & Write Bytes

  • An "AWS ELB Performance" dashboard, which includes the following widgets that display data about your AWS ELB instances:
  • Latency
  • HTTP Codes
  • Host Counts
  • Request Counts

  • An "AWS EMR Performance" dashboard, which includes the following widgets that display data about your AWS EMR instances:
  • Core Running & Pending Nodes
  • Running Reduce & Map Tasks
  • Hadoop Read/Write Bytes
  • Running & Failed Jobs

  • An "AWS Health Status" dashboard, which includes the following widgets that display data about the health of your AWS services and devices:
  • Device Details
  • AWS Service-Related SL1 Events

  • An "AWS Network ELB Performance" dashboard, which includes the following widgets that display data about your AWS network ELB instances:
  • Flow Count
  • TCP Reset Counts
  • Load Balancer Capacity Units Consumed
  • Processed Bytes

  • An "AWS RDS Performance" dashboard, which includes the following widgets that display data about your AWS RDS instances:
  • Input/Output per Second
  • Freeable Memory
  • Read & Write Throughput
  • Read & Write Latencies

  • An "AWS SQS Performance" dashboard, which includes the following widgets that display data about your AWS SQS instances:
  • Messages Sent & Received
  • Deleted Messages
  • Messages Visible & Not Visible
  • Sent Message Size

  • An "AWS Storage Gateway Performance" dashboard, which includes the following widgets that display data about your AWS storage gateway devices:
  • Read & Write Times
  • Cloud Bytes Uploaded & Downloaded
  • Working Storage Used
  • Working Storage Free

Known Issues and Workarounds

  • Dashboard widgets might be slow to load or display red bells. If this occurs, you can do the following to address the issue:
  • Start an SSH session into your SL1 appliance.

  • At the shell prompt, enter the following to open the em7_limits.conf file for editing:

    cd /etc/nginx/conf.d

    sudo cp em7_limits.conf em7_limits.conf.backup

    sudo vi em7_limits.conf

  • Locate the line that begins with "limit_req zone=addr_req" and update it to the following:

    limit_req zone=addr_req burst=5000 nodelay;

  • Locate the lines that begin with "limit_conn" and update them to the following:

    limit_conn perip 10000;

    limit_conn perserver 10000;

  • Restart nginx. To do this, enter the following at the shell prompt:

    sudo systemctl restart nginx

  • Dashboards might not appear immediately in the SL1 user interface after you import the PowerPack using the PowerPack Importer. If this occurs, you can do the following to address the issue:
  • Type the following URL into your web browser:

    https://<hostname or ip>/gql?query=mutation%20%7B%20importContentObjectsFromPowerPackQueue%20%7D%0A

  • When prompted, enter your user credentials.
  • Click the GraphQL "play" button. If successful, a "true" message appears in the right-hand panel.
  • Verify that the dashboards now appear by returning to the Dashboards page and refreshing your web browser.