Collecting indexing errors
Steps to enable logging of object records errors that occur during document indexing.
The solr_indexing_error_log_options object records errors that occur during document indexing.
All objects are disabled by default.
dse.yaml
The location of the dse.yaml file depends on the type of installation:
Package installations |
/etc/dse/dse.yaml |
Tarball installations |
installation_location/resources/dse/conf/dse.yaml |
Procedure
-
Edit the dse.yaml file.
-
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: enabled: true ttl_seconds: 604800 async_writers: 1
All objects are disabled by default.
Table 1. Options Options Determines refresh_rate_ms Period (in milliseconds) between sample recordings for periodically updating statistics like the solr_result_cache_stats. 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.