When outputting CSV, if the following wording or similar wording is displayed on the bottom line of the box for entering the file name, a blank line is inserted after each line.
"Re-execute the search statement"
Also, the CSV output of the search head and the indexer has a difference between the role (search head and indexer).
When in the indexer, output result exceeds a certain number (eg 1000), this wording is displayed, but in the search head this wording is displayed irrespective of the number of output result.
Since it is the current specification, it can not be solved by setting change.
As a workaround, by using the "table" command to specify the required columns, it is possible to avoid inserting empty lines
Example)
index=_internal | table _time _raw
... View more