Error: Too Many Requests

Any idea when I get this error and any solution?

Error: Too Many Requests
at respond (/app/node_modules/elasticsearch/src/lib/transport.js:307:15)
at checkRespForFailure (/app/node_modules/elasticsearch/src/lib/transport.js:266:7)
at HttpConnector. (/app/node_modules/elasticsearch/src/lib/connectors/http.js:159:7)
at IncomingMessage.bound (/app/node_modules/lodash/dist/lodash.js:729:21)
at emitNone (events.js:91:20)
at IncomingMessage.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)

blind guess: don't send that many requests :wink:

I have to. I have multiple sensors pushing data to ES. Any option to increase queue?

are you using bulk to index? I mean you can buffer stuff in memory for a while before you send docs to elasticsearch. increasing queues is not a solution

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.