1
0

troubleshooting.asciidoc 1.3 KB

123456789101112131415161718192021222324252627282930
  1. [role="xpack"]
  2. [[transform-troubleshooting]]
  3. = Troubleshooting {transforms}
  4. [subs="attributes"]
  5. Use the information in this section to troubleshoot common problems.
  6. For issues that you cannot fix yourself … we’re here to help.
  7. If you are an existing Elastic customer with a support contract, please create
  8. a ticket in the
  9. https://support.elastic.co/customers/s/login/[Elastic Support portal].
  10. Or post in the https://discuss.elastic.co/[Elastic forum].
  11. If you encounter problems with your {transforms}, you can gather more
  12. information from the following files and APIs:
  13. * Lightweight audit messages are stored in `.transform-notifications-read`. Search
  14. by your `transform_id`.
  15. * The <<get-transform-stats,get {transform} statistics API>> provides
  16. information about the {transform} status and failures.
  17. * If the {transform} exists as a task, you can use the
  18. <<tasks,task management API>> to gather task information. For example:
  19. `GET _tasks?actions=data_frame/transforms*&detailed`. Typically, the task exists
  20. when the {transform} is in a started or failed state.
  21. * The {es} logs from the node that was running the {transform} might
  22. also contain useful information. You can identify the node from the notification
  23. messages. Alternatively, if the task still exists, you can get that information
  24. from the get {transform} statistics API. For more information, see
  25. <<logging>>.