Skip to content

Commit

Permalink
Profiling: Troubleshooting for newer HA connecting to older stack
Browse files Browse the repository at this point in the history
  • Loading branch information
christos68k committed Nov 1, 2023
1 parent a4a251f commit 3467c9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en/observability/profiling-troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ rpc error: code = FailedPrecondition desc= HostAgent version is unsupported, ple
----
+
Follow the host-agent deployment instructions shown in Kibana which will always be correct for the {stack} version that you are using.
* You are using a host-agent from a newer {stack} version, configured to connect to an older {stack} version cluster. In this case, the following message is logged:
+
[source,logs]
----
rpc error: code = FailedPrecondition desc= Backend is incompatible with HostAgent, please check your configuration
----
+
Follow the host-agent deployment instructions shown in Kibana which will always be correct for the {stack} version that you are using.

If you're unable to find a solution to the host-agent failure, you can raise a support request indicating `Universal Profiling` and `host-agent` as the source of the problem.

Expand Down

0 comments on commit 3467c9d

Please sign in to comment.