mcholste / elsa

Enterprise Log Search and Archive
GNU General Public License v2.0
207 stars 51 forks source link

Multiple class search result export to excel does not work. #32

Open karolisc opened 8 years ago

karolisc commented 8 years ago

Hi,

ELSA has a nice feature of exporting search results to excel and other formats. It does this perfectly when you export only single class of logs. However if I want to export multiple class search results in one excel sheet it exports only the results of the first class entry in the search and misses all the other results of other classes. To overcome this limitation I use dirty hack. Viewing multiple classes results in “Grid display” mode then copy and paste to the excel. However it would be nice to have “Export results” feature for multiple class results.

Karolis