0.1.65 • Published 1 year ago

@itsyndicate/backstage-plugin-aws-health-dashboard v0.1.65

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

AWS Health

Description

The AWS Health plugin provides real-time insights into AWS Health events, including ongoing issues, scheduled changes, and notifications. It enables users to monitor and manage AWS health events by displaying detailed information for each event.

Functionality

  • Fetches AWS health events across different categories: issues, scheduled changes, notifications, and event logs.
  • Displays events with options to filter by type and view event details.
  • Links directly to the AWS Health Console for more information on specific events.
  • Allows customization of monitored AWS regions through the configuration file.

Installation

From your Backstage directory:

  1. Add the plugin:

    yarn --cwd packages/app add @internal/backstage-plugin-aws-health
  2. Add the AWS Health component to packages/app/src/components/catalog/EntityPage.tsx:

    import { AwsHealthComponent } from '@internal/backstage-plugin-aws-health';
    // ...
    const entityPage = (
      <EntityLayout>
        <EntityLayout.Route path="/" title="Overview">
          <Grid container spacing={3}>
            ...
            <Grid item xs={12} md={6}>
              <AwsHealthComponent />
            </Grid>
          </Grid>
        </EntityLayout.Route>
      </EntityLayout>
    );
0.1.65

1 year ago

0.1.60

1 year ago

0.1.55

1 year ago

0.1.50

1 year ago

0.1.45

1 year ago

0.1.40

1 year ago

0.1.35

1 year ago

0.1.30

1 year ago

0.1.25

1 year ago

0.1.20

1 year ago

0.1.15

1 year ago

0.1.10

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago