Skip to content

Commit fe75ff5

Browse files
authored
Enhance troubleshooting section for Worker logs (#37750)
* Enhance troubleshooting section for Worker logs Added information on the impact of unindexed Worker logs on the Latest Deploy and Setup tab. * Fix formatting in troubleshooting.md for clarity
1 parent 2616af1 commit fe75ff5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/observability_pipelines/monitoring_and_troubleshooting/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ docker run -i -e DD_API_KEY=<DATADOG_API_KEY> \
6868

6969
### No Worker logs in Log Explorer
7070

71-
If you do not see Worker logs in [Log Explorer][12], make sure they are not getting excluded in your log pipelines. Worker logs must be indexed in Log Management for optimal functionality. The logs provide deployment information, such as Worker status, version, and any errors, that is shown in the Observability Pipelines UI. The logs are also helpful for troubleshooting Worker or pipelines issues. All Worker logs have the tag `source:op_worker`.
71+
If you do not see Worker logs in [Log Explorer][12], make sure they are not getting excluded in your log pipelines. Worker logs must be indexed in Log Management for optimal functionality. The logs provide deployment information, such as Worker status, version, and any errors, that is shown in the Observability Pipelines UI. The logs are also helpful for troubleshooting Worker or pipelines issues. If Worker logs are not indexed in Log Management, the Latest Deploy and Setup tab displays a perpetual loading state instead of the current Worker status. All Worker logs have the tag `source:op_worker`.
7272

7373
### Duplicate Observability Pipelines logs
7474

@@ -206,4 +206,4 @@ If your log timestamps are in string format and your Databricks table has a time
206206
[19]: /remote_configuration/#security-considerations
207207
[20]: /help/
208208
[21]: /observability_pipelines/configuration/install_the_worker/#add-domains-to-firewall-allowlist
209-
[22]: /observability_pipelines/destinations/databricks#convert-string-timestamps-to-timestamp-format
209+
[22]: /observability_pipelines/destinations/databricks#convert-string-timestamps-to-timestamp-format

0 commit comments

Comments
 (0)