You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We created a new 4.1 instance from scratch for testing thehive features.
We have only 4 cases on this instance and the search feature seem bo be doesn't work.
Steps to Reproduce
Create case with the first three paragraphs of "Lorem Ipsum" in descripion
Go to search menu
Try to search a term in the description text. Exemple : "diam et lacinia laoreet"
Complementary information
Case content :
Search case :
The config file :
## #
## Documentation is available at https: //github.com/TheHive-Project/TheHiveDocs/TheHive4
## #
## Include Play secret key
# More information on secret key at https: //www.playframework.com/documentation/2.8.x/ApplicationSecret
include "/etc/thehive/secret.conf"
## Database configuration
db.janusgraph {
storage {
## Cassandra configuration
# More information at https: //docs.janusgraph.org/basics/configuration-reference/#storagecql
backend: cql
hostname: ["127.0.0.1"]
# Cassandra authentication(if configured)
// username: "thehive"
// password: "password"
cql {
cluster - name: thp
keyspace: thehive
}
}
index.search {
backend: lucene
directory: /data/thehive/index
# If TheHive is in cluster ElasticSearch must be used:
// backend: elasticsearch
// hostname: ["ip1", "ip2"]
// index-name: thehive
}
## For test only!
# Comment the two lines below before enable Cassandra database
# storage.backend: berkeleyje
# storage.directory: /opt/thp/thehive/database
// berkeleyje.freeDisk: 200 # disk usage threshold
}
## Attachment storage configuration
storage {
## Local filesystem
provider: localfs
localfs.location: /data/thehive / files
}
Thanks,
Regards,
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
We created a new 4.1 instance from scratch for testing thehive features.
We have only 4 cases on this instance and the search feature seem bo be doesn't work.
Steps to Reproduce
Complementary information
Case content :
Search case :
The config file :
Thanks,
Regards,
The text was updated successfully, but these errors were encountered: