opensearch-project / reporting

Export and automate PNG, PDF, and CSV reports in OpenSearch Dashboards
https://opensearch.org/docs/latest/dashboards/reporting/
Apache License 2.0
29 stars 66 forks source link

Timestamp in CSV[BUG] #1027

Open Kruzerson opened 3 months ago

Kruzerson commented 3 months ago

Describe the bug

Hello. When I try to create a report from a search, the "@timestamp" field is not displayed in the report. How can I add it there?

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Discover'
  2. Click on 'Reporting'
  3. Create report
  4. No Timestamp

Expected behavior I want to see a timestamp in report

OpenSearch Version v 2.15.0

Dashboards Version v 2.15.0

Screenshots

image (1) image

pawelw1 commented 3 months ago

This issue is related to https://github.com/opensearch-project/reporting/issues/668 and https://github.com/opensearch-project/dashboards-reporting/issues/335 .

frangabs commented 3 months ago

We have the same problem since versions ago. Any news? I am surprised if all the columns appear in the front end and then in the report they are not there. In OpenSearch 1.X.X it does appear

dblock commented 3 months ago

[Catch All Triage - 1, 2, 3, 4, 5]

dblock commented 3 months ago

Someone from reporting should take a look, however maybe @frangabs you can help bisecting this regression to a commit?

Kruzerson commented 2 months ago

@pawelw1 any changes?