Jaeger ingester with OpenSearch #5139
Unanswered
gfes980615
asked this question in
Q&A
Replies: 1 comment
-
All there parameters are pass-through to Elasticsearch, I suggest reading documentation there (or in the olivere ES driver) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team
Issue
I used the jaeger ingester with OpenSearch
Sometimes I will receive the 429 error, the error message like the following
Question
I suppose the message means the bulk request bytes are too large, I need to tune the bulk config with Jaeger ingester
And the configs I need to tune are
--es.bulk.actions
,--es.bulk.size
, and--es.bulk.workers
Is it right?
Does bulk request byte will be the
--es.bulk.actions
*--es.bulk.size
*--es.bulk.workers
?Will any other config affect the bulk request bytes?
Or does it have nothing to do with these settings?
Beta Was this translation helpful? Give feedback.
All reactions