Blog Viewer

How To increase the number of rows exported in a CSV file

By akramer posted Sep 25, 2017 05:18 PM

  

Topic
This document describes how to increase the number of rows exported in a CSV file. The configuration change applies to Binary Search, Process Search, and Triage Alerts results.

Steps

  1. From the Cb Response Master server, edit the file:

    /etc/cb/cb.conf

  2. Add the following parameter at the bottom of the file:

    # Added for custom export value

    SearchExportCount=10000

  3. Restart the services:
    1. Standalone installation:

      service cb-enterprise restart

    2. Clustered installation:

      /usr/share/cb/cbcluster stop

      /usr/share/cb/cbcluster start

  4. Navigate to the UI and ensure the new export limit is now honored.

Important Note(s)

The SearchExportCount limit may impact both server and your browser's performance. The number of rows exported for a large search depends on (1) the server's specifications of CPU and RAM to process the new large export, and (2) your local system's resources available to your browser.

0 comments
0 views

Permalink