You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshoot/index.md
+35-5Lines changed: 35 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,44 @@ If you have an [Elastic subscription](https://www.elastic.co/pricing), you can c
57
57
If you contact us by email, use the email address you registered with so we can help you more quickly. If your registered email is a distribution list, you can register a second email address with us. Just open a case to let us know the name and email address you want to add.
58
58
:::
59
59
60
+
:::{warning}
61
+
All cases opened by email are opened at normal severity. For incidents, kindly ensure to raise via the [Elastic Support Portal](https://support.elastic.co/) at the [appropriate severity](https://www.elastic.co/support/welcome#what-to-say-in-a-case).
62
+
:::
63
+
60
64
## Working with support [troubleshoot-work-with-support]
61
65
62
-
Try these tips when opening a support case:
66
+
When opening a support case, kindly be sure to:
67
+
68
+
* Describe the problem along with its [contextual severity](https://www.elastic.co/support/welcome#what-to-say-in-a-case).
69
+
70
+
* If an error message was encountered, include full error message and timezone-designated dates and times of when the problem occurred.
71
+
72
+
* If the problem is UI-related and does not replicate via API, pull a [browser network log](https://www.elastic.co/blog/generating-browser-har-file-kibana-troubleshooting).
73
+
74
+
* Upload the related product's diagnostics and debug logs
63
75
64
-
* Include the deployment ID that you want help with, especially if you have several deployments.
76
+
* If {{serverless-full}} or {{ech}}, Support can pull diagnostics on your behalf as long as you include resource ids:
77
+
78
+
* {{serverless-full}} Project ID or {{kib}} URL
79
+
* {{ech}} Deployment ID or {{kib}} URL
65
80
66
-
You can find the deployment ID on the overview page for your cluster in the {{ecloud}} Console.
81
+
* If hosting on {{ece}} or {{eck}}:
67
82
68
-
* Describe the problem. Include any relevant details, including error messages you encountered, dates and times when the problem occurred, or anything else you think might be helpful.
83
+
* {{ece}} [diagnostic](/troubleshoot/deployments/cloud-enterprise/run-ece-diagnostics-tool.md) flagging `--deployments` as applicable
* {{es}} [diagnostic](troubleshoot/elasticsearch/diagnostic.md) and [debug logs](deploy-manage/monitor/logging-configuration/update-elasticsearch-logging-levels.md)
89
+
* {{kib}} and {{fleet}} [diagnostic](troubleshoot/kibana/capturing-diagnostics.md) and [debug logs](/docs/deploy-manage/monitor/logging-configuration/kibana-log-levels.md)
90
+
91
+
* Ingest tools
92
+
93
+
* {{ls}} [diagnostic](troubleshoot/ingest/logstash/diagnostic.md) and [debug logs](reference/logstash/logging.md)
94
+
* {{agent}} [diagnostic](https://www.elastic.co/docs/troubleshoot/ingest/fleet/common-problems#trb-collect-agent-diagnostics) and [debug logs](https://www.elastic.co/docs/reference/fleet/monitor-elastic-agent#change-logging-level)
95
+
96
+
97
+
:::{tip}
98
+
{{es}}'s cluster maintains an advanced task management system, but the other products have a simpler polling mechanism. This can cause issues to only surface during their start-up debug logs as sequential logs will only note that the sub-process as stopped or that it has not changed state from earlier error.
0 commit comments