Capturing DSE Search HTTP Requests

DataStax Enterprise Search nodes support queries through the Apache Solr™ HTTP API. To log HTTP requests, additional configuration is required on each search node. In the web.xml uncomment the filter-mapping element.

Procedure

  1. Locate the Solr web.xml file. The location of this file depends on the type of installation:

    • Package installations: /usr/share/dse/solr/web/solr/WEB-INF/web.xml

    • Tarball installations: <installation_location>/resources/solr/web/solr/WEB-INF/web.xml

  2. On all DSE Search nodes, uncomment the filter-mapping element in the web.xml file.

    <filter-mapping>
        <filter-name>DseAuditLoggingFilter</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>

Here is an example of the data audit log of a Solr query:

host:/10.245.214.159|source:127.0.0.1|user:jdoe|timestamp:1356045339910|category:QUERY
  |type:SOLR_QUERY|ks:wiki|cf:solr|operation:/wiki.solr/select/?q=body:trains

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