Skip to content

Commit 1c74488

Browse files
authored
Update README.md
1 parent caaf487 commit 1c74488

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Diff for: README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,21 @@ Elasticsearch Installation
7474
3. Copy the contents of ElasticMARC\elasticsearch to the Elasticsearch directory, overwriting any existing files.
7575
4. Open root\config\elasticsearch.yml and modify the following:
7676

77-
| Setting | Value |
78-
| :--- | :--- |
79-
| Node.name: | HostnameOfComputer
80-
| Network.host: | IPv4 address Elasticsearch will listen on, use 0.0.0.0 to listen on all addresses. |
81-
| http.port: | Port Elasticsearch will listen on, 9200 is used by default. |
82-
| (Optional) path.data: | Where Elasticsearch will store indexed data. Default: root\data.|
83-
| (Optional) path.logs: | Where Elasticsearch will store logs. Default: root\logs. |
77+
| Setting | Value | Default |
78+
| :--- | :--- | :--- |
79+
| Node.name: | HostnameOfComputer | |
80+
| Network.host: | IPv4 address Elasticsearch will listen on, use 0.0.0.0 to listen on all addresses. | |
81+
| http.port: | Port Elasticsearch will listen on | 9200 |
82+
| (Optional) path.data: | Where Elasticsearch will store indexed data. | root\data|
83+
| (Optional) path.logs: | Where Elasticsearch will store logs. | root\logs |
8484
<br/>
8585
<br/>
8686
5. Open root\config\jvm.options and modify the following, if necessary:
8787

88-
| Setting | Value |
88+
| Setting | Value | Default |
8989
| :--- | :--- |
90-
| -Xms1g | Initial RAM Elasticsearch JVM will use. |
91-
| -Xmx1g | Max RAM Elasticsearch JVM will use. |
90+
| -Xms | Initial RAM Elasticsearch JVM will use. | 1g |
91+
| -Xmx | Max RAM Elasticsearch JVM will use. | 1g |
9292
* Xms and Xmx should be set to the same size. If they are not, you may experience performance issues. These values represent the amount of RAM the Elasticsearch JVM will allocate. For the purposes of this guide, 1GB is sufficient.
9393
<br/>
9494
6. Open an administrative CMD window and enter the following commands: <br/>
@@ -113,13 +113,13 @@ Kibana Installation
113113
2. Copy the contents of ElasticMARC\kibana to the Kibana directory, overwriting any existing files.
114114
3. Open root\config\kibana.yml and modify the following:
115115

116-
| Setting | Value |
117-
| :--- | :--- |
118-
| Server.port: | Port to listen on, Default is 5601 |
119-
| Server.host: | Server hostname |
120-
| Server.name: | Server hostname |
121-
| Elasticsearch.url: | http&#58;//SERVERHOSTNAME:IP |
122-
| Logging.dest: | File and path for logging. Folder must exist, file will be created, preserve double quotes |
116+
| Setting | Value | Default |
117+
| :--- | :--- | :--- |
118+
| Server.port: | Port to listen on | 5601 |
119+
| Server.host: | Server hostname | |
120+
| Server.name: | Server hostname | |
121+
| Elasticsearch.url: | http://SERVERHOSTNAME:IP | |
122+
| Logging.dest: | File and path for logging. Folder must exist, file will be created, preserve double quotes | root\log |
123123
* If you want to change the logging level, change the appropriate logging line value to true.
124124
* Kibana does not have a service installer, we will utilize NSSM to create a service for Kibana.
125125
<br/>
@@ -166,10 +166,10 @@ Logstash Installation
166166
<br/>
167167
5. Open root\config\jvm.options and modify the following:
168168

169-
| Setting | Value |
170-
| :--- | :--- |
171-
| -Xms1g | Initial RAM used by Logstash JVM |
172-
| -Xmx1g | Max RAM used by Logstash JVM |
169+
| Setting | Value | Default |
170+
| :--- | :--- | :--- |
171+
| -Xms | Initial RAM used by Logstash JVM | 1g |
172+
| -Xmx | Max RAM used by Logstash JVM | 1g |
173173
* Xms and Xmx should be set to the same size. If they are not, you may experience performance issues. These values represent the amount of RAM the Logstash JVM will allocate. For the purposes of this guide, 1GB is sufficient.
174174
<br/>
175175
<br/>

0 commit comments

Comments
 (0)