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/observability/troubleshoot-logs.md
+3-24Lines changed: 3 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,12 +81,12 @@ Something went wrong: Unable to create observability-onboarding-state
81
81
You need an administrator to give you the `Saved Objects Management` {{kib}} privilege to generate the required `observability-onboarding-state` flow state. Once you have the necessary privileges, restart the onboarding flow.
82
82
83
83
84
-
### {{kib}} not accessible from host [logs-troubleshooting-kib-not-accessible]
84
+
### {{kib}} or Observability project not accessible from host [logs-troubleshooting-kib-not-accessible]
85
85
:::{applies}
86
86
:stack: all
87
87
:::
88
88
89
-
If {{kib}} is not accessible from the host, you’ll see the following error message after pasting the **Install the {{agent}}** instructions into the host:
89
+
If {{kib}} or your Observability project is not accessible from the host, you’ll see the following error message after pasting the **Install the {{agent}}** instructions into the host:
90
90
91
91
```plaintext
92
92
Failed to connect to {host} port {port} after 0 ms: Connection refused
@@ -95,35 +95,14 @@ Failed to connect to {host} port {port} after 0 ms: Connection refused
The host needs access to {{kib}}. Port `443` must be open and the deployment’s {{es}} endpoint must be reachable. Locate your project’s endpoint from **Help menu () → Connection details**.
98
+
The host needs access to {{kib}} or your project. Port `443` must be open and the deployment’s {{es}} endpoint must be reachable. Locate your project’s endpoint from **Help menu () → Connection details**.
99
99
100
100
Run the following command, replacing the URL with your endpoint, and you should get an authentication error with more details on resolving your issue:
101
101
102
102
```shell
103
103
curl https://your-endpoint.elastic.cloud
104
104
```
105
105
106
-
### Observability project not accessible from host [observability-troubleshoot-logs-observability-project-not-accessible-from-host]
107
-
:::{applies}
108
-
:serverless: all
109
-
:::
110
-
111
-
If your Observability project is not accessible from the host, you’ll see the following error message after pasting the **Install the {{agent}}** instructions into the host:
112
-
113
-
```plaintext
114
-
Failed to connect to {host} port {port} after 0 ms: Connection refused
The host needs access to your project. Port `443` must be open and the project’s {{es}} endpoint must be reachable. You can locate your project’s endpoint by clicking the help icon () and selecting **Endpoints**. Run the following command, replacing the URL with your endpoint, and you should get an authentication error with more details on resolving your issue:
0 commit comments