-
-
Notifications
You must be signed in to change notification settings - Fork 143
Bulk export #292
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
Bulk export #292
Conversation
@Ali-Razmjoo @dhirensr Please review |
@dhirensr Will fix that. |
@spiderxm : when I'm filtering data, i get less results in json, whereas csv and excel have consistent results. is it also for you? |
I didn't face issue like that. Data is consistent. |
With ElasticSearch we can only request 10,000 records at max. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when I'm filtering data, i get less results in json, whereas csv and excel have consistent results.
@Ali-Razmjoo : you can test that and then approve please
It is a great feature, but it exports the data with false positives from the table. Can you export data from API calls directly instead of from the table? Thanks. |
* @param {*} fileType : File Type ( Json, Excel, Csv) | ||
*/ | ||
function downloadLogData(api_endpoint, column_list, api_params, fileType) { | ||
$.ajax({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data is fetched directly from the api rather than the table.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ali-Razmjoo. The buttons are added inside the table. But on choosing on one. Data is fetched from api based on user filter and then converted to appropriate format and downloaded.
great job, thanks. |
I've changed the PR to elasticsearch branch... some tests needed new codes that exist theere. |
Adding feature for user to export data as json
