Commit fb9105e4 authored by Vlad Stoianovici's avatar Vlad Stoianovici

Changed the type of code field

parent 2a968719
...@@ -739,7 +739,7 @@ Here are some common pitfalls and how to overcome them: ...@@ -739,7 +739,7 @@ Here are some common pitfalls and how to overcome them:
Beyond that, check via the [Elasticsearch Search API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html) to see if the data shows up on the Elasticsearch side: Beyond that, check via the [Elasticsearch Search API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html) to see if the data shows up on the Elasticsearch side:
```code ```shell
curl --request GET <elasticsearch_server_ip>:9200/gitlab-production/_search?q=<search_term> curl --request GET <elasticsearch_server_ip>:9200/gitlab-production/_search?q=<search_term>
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment