2019-09-18 16:30:16 -04:00
|
|
|
|
[role="xpack"]
|
|
|
|
|
[testenv="basic"]
|
2019-09-25 11:11:37 -04:00
|
|
|
|
[[transform-troubleshooting]]
|
2020-07-22 14:22:57 -04:00
|
|
|
|
= Troubleshooting {transforms}
|
2019-09-11 11:44:03 -04:00
|
|
|
|
[subs="attributes"]
|
|
|
|
|
++++
|
|
|
|
|
<titleabbrev>Troubleshooting</titleabbrev>
|
|
|
|
|
++++
|
|
|
|
|
|
|
|
|
|
Use the information in this section to troubleshoot common problems.
|
|
|
|
|
|
2019-09-25 11:11:37 -04:00
|
|
|
|
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].
|
2019-09-11 11:44:03 -04:00
|
|
|
|
|
2019-09-16 11:28:19 -04:00
|
|
|
|
If you encounter problems with your {transforms}, you can gather more
|
2019-09-11 11:44:03 -04:00
|
|
|
|
information from the following files and APIs:
|
|
|
|
|
|
2019-11-21 10:14:41 -05:00
|
|
|
|
* Lightweight audit messages are stored in `.transform-notifications-read`. Search
|
2019-09-11 11:44:03 -04:00
|
|
|
|
by your `transform_id`.
|
2020-07-22 14:22:57 -04:00
|
|
|
|
* The <<get-transform-stats,get {transform} statistics API>> provides
|
|
|
|
|
information about the {transform} status and failures.
|
2019-09-16 11:28:19 -04:00
|
|
|
|
* If the {transform} exists as a task, you can use the
|
2020-07-22 14:22:57 -04:00
|
|
|
|
<<tasks,task management API>> to gather task information. For example:
|
2019-09-11 11:44:03 -04:00
|
|
|
|
`GET _tasks?actions=data_frame/transforms*&detailed`. Typically, the task exists
|
2019-09-16 11:28:19 -04:00
|
|
|
|
when the {transform} is in a started or failed state.
|
|
|
|
|
* The {es} logs from the node that was running the {transform} might
|
2019-09-11 11:44:03 -04:00
|
|
|
|
also contain useful information. You can identify the node from the notification
|
|
|
|
|
messages. Alternatively, if the task still exists, you can get that information
|
2019-09-16 11:28:19 -04:00
|
|
|
|
from the get {transform} statistics API. For more information, see
|
2020-07-22 14:22:57 -04:00
|
|
|
|
<<logging>>.
|
2019-09-11 11:44:03 -04:00
|
|
|
|
|