Skip to main content

Solr Credentials

Description

General

  • Documentation: https://lucene.apache.org/solr/guide/
  • Summary: Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites.

Revoke the secret

Revoking the credentials depends on the installation. See the documentation for more information.

Check for suspicious activity

See the documentation to have logs.

Details for Solr uri

  • Family: Database

  • Category: Data storage

  • High recall: True

  • Validity check available: False

  • Minimum number of matches: 5

  • Occurrences found for one million commits: very rare

  • Prefixed: True

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- solr

Examples

- text: |
solr://myuser:d91plff3yf@mysuperhost.com:9383/thegift
host: mysuperhost.com
port: '9383'
username: myuser
password: d91plff3yf
scheme: solr
database: thegift
connection_uri: solr://myuser:d91plff3yf@mysuperhost.com:9383/thegift

# Test detection in md files
- text: |
solr://myuser:d91plff3yf@mysuperhost.com:9383/thegift
host: mysuperhost.com
port: '9383'
username: myuser
password: d91plff3yf
scheme: solr
database: thegift
connection_uri: solr://myuser:d91plff3yf@mysuperhost.com:9383/thegift

How can I help you ?