OpenSearch logging system: Known issues
Opened this issue · 0 comments
pburkholder commented
In order to keep customers up-to-date with known issues with our new Opensearch-based logging system, we have documented the issues reported to us here.
If you encounter an issue not listed below, please describe it in an email to support@cloud.gov.
Update on the CSV reports missing Timestamp issue, there's a potentially easier workaround
- Export the saved search
- Edit the .ndjson file and add "timestamp" the config like below
a. Before:{"attributes":{"columns":["data.clusterName","data.realmId","data.type"....
b. After:{"attributes":{"columns":["timestamp","data.clusterName","data.realmId","data.type"
- Import the .ndjson file back to saved objects. Now you can see the timestamp column and it's visible in the CSV report.