n8n-nodes-datadog
v1.4.0
Published
n8n node for datadog logging
Downloads
163
Maintainers
Readme
n8n-nodes-datadog
A community node for integrating Datadog with n8n, the workflow automation tool. This node allows you to interact with Datadog's API to log messages from your n8n workflows.
Features
- Logs: Send logs to Datadog.
Installation
To install the node, follow these steps:
Navigate to your n8n installation directory.
Install the node package:
npm install n8n-nodes-datadog
Start or restart your n8n instance.
Configuration
Before using the Datadog node, you need to configure the Datadog API credentials in n8n.
- Go to the n8n Credentials section.
- Add new credentials and select "Datadog API".
- Enter your Datadog API key.
- Save the credentials.
Usage
Once the credentials are set up, you can use the Log messages to Datadog
node in your workflows.
- Add the
Log messages to Datadog
node: Drag and drop theLog messages to Datadog
node into your workflow. - Select credentials to connect with : Choose the credentials you configured in the previous step.
- Configure Parameters: Condition, success and failure messages, tags and service name.
- Execute Workflow: Run your workflow to interact with Datadog.
License
This project is licensed under the MIT License. See the LICENSE file for details.