> ""
>
> No, wildcards are not supported in the pattern, you can however supply 
> multiple patterns:
>
> "pattern": "[logstash-1-]YYYY.MM.DD,[logstash-2-]YYYY.MM.DD,",
>
> ""
>
>
I do not understand what you are doing here.  Is this in a querystring 
field?  What exactly are you entering?

For example, I have an index called "test-2014.02.27" that contains one 
event:

_index
  _type

   _id                                            _score   
   message
@timestamp
  @version
type
  host


test-2014.02.27    
test_log
    1EIFYscWTaKYltB4e_AF3g
    1       
         hello
           2014-02-27T23:03:24.141Z
     1   
               test_log
   mytesthost

What query do I need to construct in Kibana to pull this information?  The 
following failed (using custom time search):

index:"test-2014.02.27" 

_index:"test-2014.02.27"

index:"test-2014.02.27" AND hello

_index:"test-2014.02.27" AND hello


















-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/75129b0f-a4ab-4644-b9f6-ddf2da3fc8d1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to