Skip to content

Commit 8db8890

Browse files
author
guyplusplus
committed
script hints
1 parent 772b883 commit 8db8890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ $ sudo sysctl -p
102102

103103
10. If you have problem to start Kibana 7.8.0 (from Git. For some reason it thinks it is already in version 8.0.0) with ElasticSearch 7.8.0 with the error message `[error][savedobjects-service] This version of Kibana (v8.0.0) is incompatible with the following Elasticsearch nodes in your cluster: v7.8.0 @ 127.0.0.1:9200 (127.0.0.1)`, add this line in `config/kibana.yml` config file. When upgrading from 7.6.2 to 7.8.0 I had to delete all indexes `curl -XDELETE localhost:9200/*`
104104

105-
```shell
105+
```
106106
elasticsearch.ignoreVersionMismatch: true
107107
```
108108

@@ -116,7 +116,7 @@ The form code looks like this and is very simple to modify, based on EUI React c
116116
* [EUI Documentation](https://elastic.github.io/eui/#/)
117117
* [EUI GitHub repository](https://github.com/elastic/eui)
118118

119-
```
119+
```xml
120120
<div>
121121
<EuiForm>
122122
<EuiFormRow label="Age" helpText="Input customer age">

0 commit comments

Comments
 (0)