We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Raghu R • 9 years ago

Very helpful article. Looking forward for more on ELK setup on a cluster, best practices, performance tuning guidelines etc.. Thanks again!

Rob • 7 years ago

Lucid, nice explanation! great job! Thank you so much!

Thụy Lữ Nguyễn • 8 years ago

This is awesome! Thanks for sharing!

Enzo • 8 years ago

Really nice blog. Thanks for sharing!

Bhavana • 8 years ago

Hello Everyone,

I am using a regex query in search field of kibana dashboard.
my query is page: "somename.com/places/" *

result expected:
All the extension pages of "somename.com/places/" but i am getting few results with "somename.com/"

mapping for the index

PUT search_index
{
"mappings":
{
"all":
{
"properties" :
{
"page" :
{
"type" : "string",
"index": "not_analyzed"
}
}
}
}
}

Could you please let me know what query should i use to get pages somename.com/places/ extended to it .

Thank you

Manu Bhogal • 7 years ago

You need to specify size to view all results. By default only 10 documents are shown.

Nilam Khule • 9 years ago

Is there any way to write a query in such way that we can embedd query. e.g. Output of one kibana query to be used in another query to get data. Any pointers would be helpful.

Youping • 9 years ago

Excellent and very helpful

RC • 9 years ago

Great article for a newbee

Atti • 9 years ago

thanks for the great content!

texto • 9 years ago

Excellent stuff. Thank you.

Daniel • 9 years ago

Very helpful and easy to understand! Thanks!

Andy Madge • 8 years ago

Fantastic article, it clarifies a lot about how queries work. Thank you!

However, I can't get regex queries to work as you describe.

I get hits when I use this non-regex query on an unanalyzed field:

useragent.name:Chrome

But this corresponding regex query gives 0 hits:

useragent.name:/[Cc]hrome/

(more details at https://discuss.elastic.co/...