mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
* Adding Getting Help section Add getting help section in the troubleshooting guide to be pointed by health API when issues are too complicated to be addressed. This is taken from https://www.elastic.co/guide/en/cloud/current/ec-get-help.html, someone might want to elaborate it a bit more? * Fix broken partintro, modify headings, and update wording Co-authored-by: Adam Locke <adam.locke@elastic.co>
30 lines
1.3 KiB
Text
30 lines
1.3 KiB
Text
[role="xpack"]
|
||
[[transform-troubleshooting]]
|
||
= Troubleshooting {transforms}
|
||
[subs="attributes"]
|
||
|
||
Use the information in this section to troubleshoot common problems.
|
||
|
||
For issues that you cannot fix yourself … we’re here to help.
|
||
If you are an existing Elastic customer with a support contract, please create
|
||
a ticket in the
|
||
https://support.elastic.co/customers/s/login/[Elastic Support portal].
|
||
Or post in the https://discuss.elastic.co/[Elastic forum].
|
||
|
||
If you encounter problems with your {transforms}, you can gather more
|
||
information from the following files and APIs:
|
||
|
||
* Lightweight audit messages are stored in `.transform-notifications-read`. Search
|
||
by your `transform_id`.
|
||
* The <<get-transform-stats,get {transform} statistics API>> provides
|
||
information about the {transform} status and failures.
|
||
* If the {transform} exists as a task, you can use the
|
||
<<tasks,task management API>> to gather task information. For example:
|
||
`GET _tasks?actions=data_frame/transforms*&detailed`. Typically, the task exists
|
||
when the {transform} is in a started or failed state.
|
||
* The {es} logs from the node that was running the {transform} might
|
||
also contain useful information. You can identify the node from the notification
|
||
messages. Alternatively, if the task still exists, you can get that information
|
||
from the get {transform} statistics API. For more information, see
|
||
<<logging>>.
|
||
|