Skip to content

Commit

Permalink
Add troubleshooting for TSDB runtime issue (#809)
Browse files Browse the repository at this point in the history
(cherry picked from commit d812925)
  • Loading branch information
kilfoyle authored and mergify[bot] committed Jan 15, 2024
1 parent 65bc575 commit a938844
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ Have a question? Read our <<fleet-faq,FAQ>>, or contact us in the

Running {agent} standalone? Also refer to <<debug-standalone-agents>>.

[discrete]
[[tsdb-illegal-argument]]
== illegal_argument_exception when TSDB is enabled

When you use an {agent} integration in which TSDB (Time Series Database) is enabled, you may encounter an `illegal_argument_exception` error in the {fleet} UI.

This can occur if you have a component template defined that includes a `_source` attribute, which conflicts with the `_source: syntethic` setting used when TSDB is enabled.

For details about the error and how to resolve it, refer to the section `Runtime fields cannot be used in TSDB indices` in the Innovation Hub article link:https://support.elastic.dev/knowledge/view/9363b9fd[TSDB enabled integrations for {agent}].

[discrete]
[[agents-in-cloud-stuck-at-updating]]
== {agent}s hosted on {ecloud} are stuck in `Updating` or `Offline`
Expand Down Expand Up @@ -648,4 +658,3 @@ curl -u elastic:<password> --request POST \
== Air-gapped {agent} upgrade can fail due to an inaccessible PGP key

In versions 8.9 and above, an {agent} upgrade may fail when the upgrader can't access a PGP key required to verify the binary signature. For details and a workaround, refer to the link:https://www.elastic.co/guide/en/fleet/8.9/release-notes-8.9.0.html#known-issue-3375[PGP key download fails in an air-gapped environment] known issue in the version 8.9.0 Release Notes or to the link:https://github.com/elastic/elastic-agent/blob/main/docs/pgp-workaround.md[workaround documentation] in the elastic-agent GitHub repository.

0 comments on commit a938844

Please sign in to comment.