-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Exported Timestamp field is shown as empty brackets with report generation to CSV #347
Comments
@kavilla Can you help triaging this timestamp issue? I saw some backport PRs related to timestamp function but not sure because it was only referencing tests. |
Was wondering if there has been any investigation on this issue. We are experiencing the same thing. We originally noticed this in 2.13.0 and just recently upgraded to 2.14.0 and the issue is still present. We are using the download feature for monitoring trace messages and without timestamp present, the CSV download is useless in our case. Any update on this would be appreciated! |
@dblock We can try to investigate, can someone point us to the relevant code source that might be good starting point? We are not very familiar with the source layout here. |
Issue: Method: getOpenSearchData Proposed Solution: if (typeof dateValue === 'string' || typeof dateValue === 'number') {
// Existing code for handling the date value
} |
We were able to implement a workaround and I wanted to post here to help any others who needs a workaround until issue is fixed
|
When generating a report from a saved search query that includes the @timestamp field, the results in the CSV are empty brackets instead of the formatted data time field as seen in the UI Discovery section of the same query.
Is it as known issue?
Using 2.13.0 but was not present in earlier build.
Noting that we tested with 2.9.0 and it works fine.
The text was updated successfully, but these errors were encountered: