-
Notifications
You must be signed in to change notification settings - Fork 404
Index conflicts generated by logs #810
Comments
@Flydiverny could you please take a look? |
@stephenthedev @Flydiverny could you please take a look? |
Do you have any related error message for when the two occur and/or log level for them? Not sure where the second variant originates from:
Are both with the message |
At this moment I have no 422 errors present but 500 errors, I hope it goes well anyway. {"level":"error","message_time":"2021-07-23T23:00:06.151Z","pid":18,"hostname":"kubernetes-external-secrets-5b5667b5c4-m2xdp","payload":{"code":500,"statusCode":500},"msg":"failure while polling the secret [REDACTED]/[REDACTED]"} |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
@vladlosev @adutchak-x @davesteinberg @Flydiverny could you please take a look? |
I am not a project maintainer so take my words with a grain of salt but it looks like it will be possible to do what you need. There are six occurrences of error logging in the code:
I should be possible to amend them all to stringify Of course, it's also possible to work around the issue by modifying your Logstash filters to do the same for
|
@vladlosev before investing time in a PR i would like to know from @Flydiverny if it makes sense to do it for this. |
I'll happily review a PR when time permits but I don't think I'll have time to dig into this myself. |
@Flydiverny I tagged you for exactly this reason. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
@Flydiverny could you please take a look? |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
@Flydiverny obviously this is deprecated and therefore it makes no sense to make changes. |
I actually don't know, in the end I haven't been much involved in ESO after the initial CRD discussions :) |
The pod produces the
payload.code
field with two different types of data:String:
Long:
If this log is sent to an ES cluster it creates an index conflict.
Can you fix this behavior?
The text was updated successfully, but these errors were encountered: