[hotfix][docs] Correct the Kibana link in Oracle connector documentation (#539)

pull/534/head
luoyuxia 3 years ago committed by GitHub
parent 63a071cb82
commit dffa1fa985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,7 +124,7 @@ Flink SQL> INSERT INTO enriched_orders
**4. Check result in Elasticsearch** **4. Check result in Elasticsearch**
Check the data has been written to Elasticsearch successfully, you can visit [Kibana](http://localhost:8081/#/overview) to see the data. Check the data has been written to Elasticsearch successfully, you can visit [Kibana](http://localhost:5601/) to see the data.
**5. Make changes in Oracle and watch result in Elasticsearch** **5. Make changes in Oracle and watch result in Elasticsearch**

@ -122,7 +122,7 @@ Flink SQL> INSERT INTO enriched_orders
**4. 检查 ElasticSearch 中的结果** **4. 检查 ElasticSearch 中的结果**
检查最终的结果是否写入ElasticSearch中, 可以在[Kibana](http://localhost:8081/#/overview)看到ElasticSearch中的数据 检查最终的结果是否写入ElasticSearch中, 可以在[Kibana](http://localhost:5601/)看到ElasticSearch中的数据
**5. 在 Oracle 制造一些变更,观察 ElasticSearch 中的结果** **5. 在 Oracle 制造一些变更,观察 ElasticSearch 中的结果**

Loading…
Cancel
Save