The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
1Module3Plugins
EDA for LogicMonitor's Edwin AI
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.
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.
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.
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.
See the changelog.
Apache License, Version 2.0
See LICENSE to see the full text.
| Product |
|---|
| 2.4 |
| 2.5 |
| 2.6 |