[error][data][elasticsearch] [version_conflict_engine_exception]: [search-telemetry:search-telemetry]: version conflict, required seqNo [14477], primary term [48]. current document has seqNo [14478] and primary term [48]

I am using kibana 7.10.2 and I can see the following error in logs. Is there any way to fix it?

server log [06:30:40.197] [error][data][elasticsearch] [version_conflict_engine_exception]: [search-telemetry:search-telemetry]: version conflict, required seqNo [14477], primary term [48]. current document has seqNo [14478] and primary term [48]

Hi, a version conflict error means that two or more instances of Kibana preventing each other from overwriting data in the same resource. In this case, there are background tasks running which only one instance is allowed to execute at a time. There are version checks that happen before any data gets updated to make sure that works.

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