Reporter in Dollar Universe Explorer might fail to display job or UPROC information when filtered by specific nodes or environments.
This issue often occurs when the user is searching in the incorrect repository dashboard or when the objects have not been deployed to the expected production node. This article provides steps to verify object collection and troubleshoot visibility issues.
Troubleshooting Steps
curl command to verify if the records exist in the Elasticsearch backend:curl -u <user>:<password> -s -X GET "http://<hostname>:9200/job-v2/_search?pretty" \ -H "Content-Type: application/json" \ -d '{ "query": { "bool": { "must": [ { "term": { "ident.uproc.keyword": "<UPROC_NAME>" } }, { "term": { "ident.task.comp.keyword": "<COMPANY_NAME>" } } ] } } }'