Describe the problem/error/question: i have added a elasticsearch node to the workflow and its executed with an error.
What is the error message (if any)? The resource you are requesting could not be found
Request failed with status code 404
Please share your workflow
when a text arrives with content “to create an index” the elastic search node should get/create an index in the elastic search . {
“nodes”: [
{
“parameters”: {
“resource”: “index”,
“operation”: “get”,
“indexId”: “cloudkitty”,
“additionalFields”: {}
},
“type”: “n8n-nodes-base.elasticsearch”,
“typeVersion”: 1,
“position”: [
-340,
-320
],
“id”: “23958433-fd9b-4e7a-bf30-00293a28f80f”,
“name”: “Get an index”,
“credentials”: {
“elasticsearchApi”: {
“id”: “msCLp8SsdfsdfsdfnO”,
“name”: “Elasticsearch account”
}
}
}
],
“connections”: {},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “81c18456f44bc437cd858be7338481595cba4dc22e764508df60722e5685375e”
}
}
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- **n8n version:1.99.1
- **Database (default: SQLite): postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): EXECUTIONS_MODE=queue
- **Running n8n via (Docker, npm, n8n cloud, desktop app): docker containers
- **Operating system: Alpine Linux 3.22