Collecting indexing errors
The solr_indexing_error_log_options object records errors that occur during document indexing.
-
Edit the
dse.yamlfile.The location of the
dse.yamlfile depends on the type of installation:-
Package installations and Installer-Services installations:
/etc/dse/dse.yaml -
Tarball installations and Installer-No Services installations:
<installation_location>/resources/dse/conf/dse.yaml
-
-
In the
dse.yamlfile, under thesolr_indexing_error_log_optionsparameter, changeenabledtotrueand set the other options as required.solr_indexing_error_log_options: enabled: true ttl_seconds: 604800 async_writers: 1All objects are disabled by default.
Options Options Determines refresh_rate_msPeriod (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_secondsHow many seconds a record survives before it is expired from the performance object.