Skip to content

Commit f829c63

Browse files
authored
Merge pull request #92 from damienalexandre/addKibana
[TASK] Add documentation about running Kibana
2 parents dee4c66 + f4a5806 commit f829c63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,14 @@ It wil check if the processed directory is a ``/c/typo3/cms-core/'`` and if the
141141
The ``ImportManualHTMLService::importSectionsFromManual()`` method will check if the file contains.\
142142
``<meta name="x-typo3-indexer" content="noindex">`` meta tag. If such tag exists inside the file, such file will be ignored.
143143

144+
Run a Kibana instance
145+
^^^^^^^^^^^^^^^^^^^^^
146+
147+
To get a local Kibana connected to your local Elasticsearch instance, you can run this Docker command:
148+
149+
.. code-block:: bash
150+
docker run -it --rm --name kib01 --net ddev_default -p 5601:5601 -e ELASTICSEARCH_HOSTS='["http://elasticsearch:9200/"]' docker.elastic.co/kibana/kibana:7.17.1
151+
152+
Then, open http://localhost:5601/app/dev_tools#/console to get the Dev Tools.
153+
154+

0 commit comments

Comments
 (0)