Collecting indexing errors

Enable the solr_indexing_error_log_options parameter in dse.yaml.

The solr_indexing_error_log_options object records errors that occur during document indexing.

All objects are disabled by default.

Procedure

  1. Edit the dse.yaml file.
    The location of the dse.yaml file depends on the type of installation:
    Installer-Services /etc/dse/dse.yaml
    Package installations /etc/dse/dse.yaml
    Installer-No Services install_location/resources/dse/conf/dse.yaml
    Tarball installations install_location/resources/dse/conf/dse.yaml
  2. In the dse.yaml file, under the solr_indexing_error_log_options parameter, change enabled to true and set the other options as required.
    # Solr indexing error log options
    solr_indexing_error_log_options:
        enabled: true
        ttl_seconds: 604800
        async_writers: 1

    All objects are disabled by default.

    Options
    Options Determines
    enabled Whether the object is enabled at start up.
    ttl_seconds How many seconds a record survives before it is expired from the performance object.
    async_writers For event-driven objects, such as the slow log, determines the number of possible concurrent slow query recordings. Objects like solr_result_cache_stats are updated in the background.