Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -61,6 +61,14 @@ For more information see: [ArXiv](https://arxiv.org/abs/2405.18115)
|
|
61 |
|
62 |
#### Option 2: ElasticSearch
|
63 |
IP address, username and password for the es server and [Kibana](http://34.0.64.248:5601/):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
```python
|
65 |
elastic_ip = '34.0.64.248:9200'
|
66 |
kibana_ip = '34.0.64.248:5601'
|
|
|
61 |
|
62 |
#### Option 2: ElasticSearch
|
63 |
IP address, username and password for the es server and [Kibana](http://34.0.64.248:5601/):
|
64 |
+
|
65 |
+
##### Credentials for Kibana:
|
66 |
+
|
67 |
+
**_Username:_** user
|
68 |
+
|
69 |
+
**_Password:_** knesset
|
70 |
+
|
71 |
+
|
72 |
```python
|
73 |
elastic_ip = '34.0.64.248:9200'
|
74 |
kibana_ip = '34.0.64.248:5601'
|