Collecting index statistics

The solr_index_stats_options object records core-specific index overview statistics over time.

Where is the dse.yaml file?

The location of the dse.yaml file depends on the type of installation:

Installation Type Location

Package installations + Installer-Services installations

/etc/dse/dse.yaml

Tarball installations + Installer-No Services installations

<installation_location>/resources/dse/conf/dse.yaml

Procedure

To collect index statistics:

  • To permanently collect index statistics, edit the dse.yaml file and change the solr_index_stats_options to change enabled to true, set the other options as required, and restart DSE to recognize the changes.

    # Solr index statistics options
    solr_index_stats_options:
        enabled: false
        ttl_seconds: 604800
        refresh_rate_ms: 60000
    solr_index_stats_options
    Options Determines

    enabled

    Whether the object is enabled at start up. Default: disabled.

    refresh_rate_ms

    Period (in milliseconds) between sample recordings for periodically updating statistics like the solr_result_cache_stats.

    ttl_seconds

    How many seconds a record survives before it is expired from the performance object.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com