View Source aws_application_insights (aws v1.0.4)

Amazon CloudWatch Application Insights

Amazon CloudWatch Application Insights is a service that helps you detect common problems with your applications.

It enables you to pinpoint the source of issues in your applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL Server), by providing key insights into detected problems.

After you onboard your application, CloudWatch Application Insights identifies, recommends, and sets up metrics and logs. It continuously analyzes and correlates your metrics and logs for unusual behavior to surface actionable problems with your application. For example, if your application is slow and unresponsive and leading to HTTP 500 errors in your Application Load Balancer (ALB), Application Insights informs you that a memory pressure problem with your SQL Server database is occurring. It bases this analysis on impactful metrics and log errors.

Summary

Functions

Adds a workload to a component.

Adds an application that is created from a resource group.
Creates a custom component by grouping similar standalone instances to monitor.
Adds an log pattern to a LogPatternSet.

Removes the specified application from monitoring.

Ungroups a custom component.

Removes the specified log pattern from a LogPatternSet.
Describes the application.
Describes a component and lists the resources that are grouped together in a component.
Describes the monitoring configuration of the component.
Describes the recommended monitoring configuration of the component.
Describe a specific log pattern from a LogPatternSet.
Describes an anomaly or error with the application.
Describes an application problem.
Describes the anomalies or errors associated with the problem.
Describes a workload and its configuration.
Lists the IDs of the applications that you are monitoring.
Lists the auto-grouped, standalone, and custom components of the application.

Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.

Lists the log pattern sets in the specific application.
Lists the log patterns in the specific log LogPatternSet.
Lists the problems with your application.

Retrieve a list of the tags (keys and values) that are associated with a specified application.

Lists the workloads that are configured on a given component.
Remove workload from a component.

Add one or more tags (keys and values) to a specified application.

Remove one or more tags (keys and values) from a specified application.
Updates the application.
Updates the custom component name and/or the list of resources that make up the component.

Updates the monitoring configurations for the component.

Adds a log pattern to a LogPatternSet.
Updates the visibility of the problem or specifies the problem as RESOLVED.

Adds a workload to a component.

Functions

Link to this function

add_workload(Client, Input)

View Source

Adds a workload to a component.

Each component can have at most five workloads.
Link to this function

add_workload(Client, Input, Options)

View Source
Link to this function

create_application(Client, Input)

View Source
Adds an application that is created from a resource group.
Link to this function

create_application(Client, Input, Options)

View Source
Link to this function

create_component(Client, Input)

View Source
Creates a custom component by grouping similar standalone instances to monitor.
Link to this function

create_component(Client, Input, Options)

View Source
Link to this function

create_log_pattern(Client, Input)

View Source
Adds an log pattern to a LogPatternSet.
Link to this function

create_log_pattern(Client, Input, Options)

View Source
Link to this function

delete_application(Client, Input)

View Source

Removes the specified application from monitoring.

Does not delete the application.
Link to this function

delete_application(Client, Input, Options)

View Source
Link to this function

delete_component(Client, Input)

View Source

Ungroups a custom component.

When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.
Link to this function

delete_component(Client, Input, Options)

View Source
Link to this function

delete_log_pattern(Client, Input)

View Source
Removes the specified log pattern from a LogPatternSet.
Link to this function

delete_log_pattern(Client, Input, Options)

View Source
Link to this function

describe_application(Client, Input)

View Source
Describes the application.
Link to this function

describe_application(Client, Input, Options)

View Source
Link to this function

describe_component(Client, Input)

View Source
Describes a component and lists the resources that are grouped together in a component.
Link to this function

describe_component(Client, Input, Options)

View Source
Link to this function

describe_component_configuration(Client, Input)

View Source
Describes the monitoring configuration of the component.
Link to this function

describe_component_configuration(Client, Input, Options)

View Source
Link to this function

describe_component_configuration_recommendation(Client, Input)

View Source
Describes the recommended monitoring configuration of the component.
Link to this function

describe_component_configuration_recommendation(Client, Input, Options)

View Source
Link to this function

describe_log_pattern(Client, Input)

View Source
Describe a specific log pattern from a LogPatternSet.
Link to this function

describe_log_pattern(Client, Input, Options)

View Source
Link to this function

describe_observation(Client, Input)

View Source
Describes an anomaly or error with the application.
Link to this function

describe_observation(Client, Input, Options)

View Source
Link to this function

describe_problem(Client, Input)

View Source
Describes an application problem.
Link to this function

describe_problem(Client, Input, Options)

View Source
Link to this function

describe_problem_observations(Client, Input)

View Source
Describes the anomalies or errors associated with the problem.
Link to this function

describe_problem_observations(Client, Input, Options)

View Source
Link to this function

describe_workload(Client, Input)

View Source
Describes a workload and its configuration.
Link to this function

describe_workload(Client, Input, Options)

View Source
Link to this function

list_applications(Client, Input)

View Source
Lists the IDs of the applications that you are monitoring.
Link to this function

list_applications(Client, Input, Options)

View Source
Link to this function

list_components(Client, Input)

View Source
Lists the auto-grouped, standalone, and custom components of the application.
Link to this function

list_components(Client, Input, Options)

View Source
Link to this function

list_configuration_history(Client, Input)

View Source

Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.

Examples of events represented are:

  • INFO: creating a new alarm or updating an alarm threshold.

  • WARN: alarm not created due to insufficient data points used to predict thresholds.

  • ERROR: alarm not created due to permission errors or exceeding quotas.

Link to this function

list_configuration_history(Client, Input, Options)

View Source
Link to this function

list_log_pattern_sets(Client, Input)

View Source
Lists the log pattern sets in the specific application.
Link to this function

list_log_pattern_sets(Client, Input, Options)

View Source
Link to this function

list_log_patterns(Client, Input)

View Source
Lists the log patterns in the specific log LogPatternSet.
Link to this function

list_log_patterns(Client, Input, Options)

View Source
Link to this function

list_problems(Client, Input)

View Source
Lists the problems with your application.
Link to this function

list_problems(Client, Input, Options)

View Source
Link to this function

list_tags_for_resource(Client, Input)

View Source

Retrieve a list of the tags (keys and values) that are associated with a specified application.

A tag is a label that you optionally define and associate with an application. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
Link to this function

list_tags_for_resource(Client, Input, Options)

View Source
Link to this function

list_workloads(Client, Input)

View Source
Lists the workloads that are configured on a given component.
Link to this function

list_workloads(Client, Input, Options)

View Source
Link to this function

remove_workload(Client, Input)

View Source
Remove workload from a component.
Link to this function

remove_workload(Client, Input, Options)

View Source
Link to this function

tag_resource(Client, Input)

View Source

Add one or more tags (keys and values) to a specified application.

A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage application in different ways, such as by purpose, owner, environment, or other criteria.

Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
Link to this function

tag_resource(Client, Input, Options)

View Source
Link to this function

untag_resource(Client, Input)

View Source
Remove one or more tags (keys and values) from a specified application.
Link to this function

untag_resource(Client, Input, Options)

View Source
Link to this function

update_application(Client, Input)

View Source
Updates the application.
Link to this function

update_application(Client, Input, Options)

View Source
Link to this function

update_component(Client, Input)

View Source
Updates the custom component name and/or the list of resources that make up the component.
Link to this function

update_component(Client, Input, Options)

View Source
Link to this function

update_component_configuration(Client, Input)

View Source

Updates the monitoring configurations for the component.

The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by DescribeComponentConfigurationRecommendation.
Link to this function

update_component_configuration(Client, Input, Options)

View Source
Link to this function

update_log_pattern(Client, Input)

View Source
Adds a log pattern to a LogPatternSet.
Link to this function

update_log_pattern(Client, Input, Options)

View Source
Link to this function

update_problem(Client, Input)

View Source
Updates the visibility of the problem or specifies the problem as RESOLVED.
Link to this function

update_problem(Client, Input, Options)

View Source
Link to this function

update_workload(Client, Input)

View Source

Adds a workload to a component.

Each component can have at most five workloads.
Link to this function

update_workload(Client, Input, Options)

View Source