cloud-gov/product

OpenSearch logging system: Known issues

Opened this issue · 0 comments

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

  1. Export the saved search
  2. 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"
  3. Import the .ndjson file back to saved objects. Now you can see the timestamp column and it's visible in the CSV report.

Known Issues

Preview Give feedback
  1. squad-success
    JasonTheMain
  2. squad-success
    JasonTheMain
  3. bug
    davidcui1225
  4. bug