Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad Kadhi committed Jun 13, 2018
2 parents 9bcba69 + 259e515 commit 74244e6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions installation/install-guide.md
Expand Up @@ -390,7 +390,7 @@ To install Elasticsearch, please read the [Elasticsearch Installation](#elastics
**Download The Source**

```
git clone https://github.com/TheHiveProject/TheHive.git
git clone https://github.com/TheHive-Project/TheHive.git
```

**Build the Project**
Expand Down Expand Up @@ -419,9 +419,9 @@ Edit `/etc/elasticsearch/elasticsearch.yml` and add the following lines:
network.host: 127.0.0.1
script.inline: on
cluster.name: hive
threadpool.index.queue_size: 100000
threadpool.search.queue_size: 100000
threadpool.bulk.queue_size: 1000
thread_pool.index.queue_size: 100000
thread_pool.search.queue_size: 100000
thread_pool.bulk.queue_size: 1000
```

Start the service:
Expand All @@ -446,7 +446,6 @@ Install Node.js libraries, which are required by this step, bower libraries (Jav
build the front-end :
```
npm install
npm run build
bower install
grunt build
```
Expand Down Expand Up @@ -535,4 +534,4 @@ docker run \
-e "thread_pool.search.queue_size=100000" \
-e "thread_pool.bulk.queue_size=100000" \
docker.elastic.co/elasticsearch/elasticsearch:5.6.0
```
```

0 comments on commit 74244e6

Please sign in to comment.