File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -141,3 +141,14 @@ It wil check if the processed directory is a ``/c/typo3/cms-core/'`` and if the
141
141
The ``ImportManualHTMLService::importSectionsFromManual() `` method will check if the file contains.\
142
142
``<meta name="x-typo3-indexer" content="noindex"> `` meta tag. If such tag exists inside the file, such file will be ignored.
143
143
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
+
You can’t perform that action at this time.
0 commit comments