Skip to content

logicmonitor/logicmonitor.edwin_ai

Repository files navigation

Edwin AI Ansible Collection

CI Codecov

Automate interactions with LogicMonitor's Edwin AI services using Ansible.

Edwin AI is LogicMonitor's agentic AI-powered ITOps platform that surfaces intelligent insights. It provides automation to proactively detect, diagnose, and remediate incidents thereby reducing alert noise and time to resolution.

This collection provides interactions with LogicMonitor's Edwin AI enabling automation of incident response, AI-driven remediation steps, and operational tasks.

Requirements

The plugins in this collection require API access to your EdwinAI portal. Please contact your Edwin AI admin if you need new API tokens created for your account.

Installation

Installing the Collection from Ansible Galaxy

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install logicmonitor.edwin_ai

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: logicmonitor.edwin_ai

Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible package. To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install logicmonitor.edwin_ai --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 0.1.0:

ansible-galaxy collection install logicmonitor.edwin_ai:==0.1.0

See using Ansible collections for more details.

Example Rulebooks

For examples, please refer to the individual plugins. Each plugin must document itself and its parameters. If any documentation is incorrect or incomplete, please report an issue or submit a pull request.

Release notes

See the changelog.

Support

  • For feature requests, please submit a feature request for consideration in our product roadmap.
  • For bugs, please submit a feature request or report an issue with a clear replication path.
    • Pull requests are also encouraged. However, a replication path is still required to validate the problematic behavior and the fix.
  • For documentation issues, and other clerical edits, we gladly encourage pull requests!

Licensing

Apache License, Version 2.0

See LICENSE to see the full text.

About

Edwin AI Ansible Collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages