Skip to content
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

[7.x] Reporting: Fix _index and _id columns in CSV export (#96097) #97009

Merged
merged 2 commits into from
Apr 13, 2021

Commits on Apr 13, 2021

  1. Reporting: Fix _index and _id columns in CSV export (elastic#96097)

    * Reporting: Fix _index and _id columns in CSV export
    
    * optimize - cache _columns and run getColumns once per execution
    
    * Update x-pack/plugins/reporting/server/export_types/csv_searchsource/generate_csv/generate_csv.ts
    
    Co-authored-by: Michael Dokolin <dokmic@gmail.com>
    
    * feedback
    
    * fix typescripts
    
    * fix plugin list test
    
    * fix plugin list
    
    * take away the export interface to test CI build stats
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Michael Dokolin <dokmic@gmail.com>
    3 people committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    9318f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f60d19 View commit details
    Browse the repository at this point in the history