From 675a2dd975099200ee9a5632d70c4e8285428cc1 Mon Sep 17 00:00:00 2001 From: lukewaite Date: Tue, 24 Mar 2015 11:58:16 -0400 Subject: [PATCH] corrected typos in discover plugin no data found --- src/kibana/plugins/discover/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kibana/plugins/discover/index.html b/src/kibana/plugins/discover/index.html index 1ee99121b38898..6bcbb946b566d7 100644 --- a/src/kibana/plugins/discover/index.html +++ b/src/kibana/plugins/discover/index.html @@ -93,13 +93,13 @@

Shard Failures

Expand your time range

-

I see you are looking at an index with a date field. It is possible your query does not match anything in the current time range, or that there is not data at all in the currently selected time range. Click the button below to open the time picker. For future reference you can open the time picker by clicking the time picker in the top right corner of your screen. +

I see you are looking at an index with a date field. It is possible your query does not match anything in the current time range, or that there is no data at all in the currently selected time range. Click the button below to open the time picker. For future reference you can open the time picker by clicking the time picker in the top right corner of your screen.

Refine your query

- The search bar at the top allows Kibana uses Elasticsearch's support for Lucene Query String syntax. Let's say we're searching web server logs that have been parsed into a few fields. + The search bar at the top uses Elasticsearch's support for Lucene Query String syntax. Let's say we're searching web server logs that have been parsed into a few fields.