TheHive-Project / TheHiveDocs

Documentation of TheHive
https://docs.strangebee.com/
GNU Affero General Public License v3.0
393 stars 280 forks source link

Installation Problem #221

Closed tarekkilani closed 3 years ago

tarekkilani commented 3 years ago

Hello,

Please i'm new to TheHive and i'm trying to install it on Ubuntu 18.04. In this server i have already configured and running ELK stack. To install TheHive i'm following this tutorial (https://blog.agood.cloud/posts/2019/04/22/building-thehive/) which says that we need to add this configuration to our elasticsearch.yml file :

network.host: 127.0.0.1 script.inline: true cluster.name: hive thread_pool.index.queue_size: 100000 thread_pool.search.queue_size: 100000 thread_pool.bulk.queue_size: 100000

After adding this configuration to eslasticsearch.yml the service failed to restart. I did some researches and i found that script.inline is now enabled by default and i need to change the configuration to this :

network.host: 127.0.0.1 cluster.name: hive thread_pool.index.queue_size: 100000 thread_pool.search.queue_size: 100000 thread_pool.bulk.queue_size: 100000

But i still have the same problem.