Apply custom queries to the ELK Node
Hello, my name is Robert, I’m a Cybersecurity Incident Responder.
I came accross n8n while reading a Tutorial about another Tool that I’m using and has integration with n8n (The Hive), and I really liked what I read, and decided to try n8n.
Before I installed n8n, I read part of the Docs and watch some Youtube videos, which lead me to believe that n8n definitely has the potential to be very useful on my environment.
Currently, I’m using an ELK instance where I store some alert types and I would like to create the following Workflow:
- Start (Later I would change this for the Cron Trigger)
- Use the ELK Node (To Pull All docs created within the last X minutes from an index)
- Continue the Orchestration using other nodes
I would like to know how can I configure the ELK node with custom ELK Queries (e.g. {“query”: { “range”: { “created_at”: { “gte”: “now-1h” } }}})
If this is not possible at the moment, I would like to know if this can become a Feature Request.
Kind regards,
Rob
Information about the n8n setup:
- n8n version:
- Database: SQLite
- Running n8n with the execution process: own(default)
- Running n8n via: Docker