You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
When exporting data to CSV from a saved search that includes fields from a JSON object array (e.g., obj_field1: [{content: "test1"}, {content: "test2"}]), the specified fields (e.g., obj_field1.content) do not appear in the downloaded CSV file.
How can one reproduce the bug?
Steps to reproduce the behavior:
Create an index and upload documents formatted as obj_field1: [{content: "test1"}, {content: "test2"}].
In Discover, include the desired field (e.g., obj_field1.content) and save the search.
Generate the CSV report.
The field (e.g., obj_field1.content) will be missing from the CSV file.
What is the expected behavior?
The field (e.g., obj_field1.content) should be included in the CSV file.
What is the bug?
When exporting data to CSV from a saved search that includes fields from a JSON object array (e.g.,
obj_field1: [{content: "test1"}, {content: "test2"}]
), the specified fields (e.g., obj_field1.content) do not appear in the downloaded CSV file.How can one reproduce the bug?
Steps to reproduce the behavior:
obj_field1: [{content: "test1"}, {content: "test2"}]
.What is the expected behavior?
The field (e.g.,
obj_field1.content
) should be included in the CSV file.What is your host/environment?
The text was updated successfully, but these errors were encountered: