Kibana: To get all _types by using _index

2014-11-27 Thread tudit
I want to search on an index and get all index types under that index.I 
want to create a terms panel/table for it.It works at index_type level but 
not at index level.

I'am unable to search by index as well.I used the filter- 
"_index":"name_of_index", it returned no results but 
"_type":"name_of_index_type" works fine for searching on type. It returned 
the expected result. 

How can I achieve this using Kibana?

-- 
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/26d5fa7e-a442-4646-9fcb-c763e56242b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Mapper Attachment: content not decoded

2014-11-16 Thread tudit


I followed the steps in this tutorial:
https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.3.2/#version-232-for-elasticsearch-13

I am unable to GET text that is in decoded format. For example:
"file": 
"IkdvZCBTYXZlIHRoZSBRdWVlbiIgKGFsdGVybmF0aXZlbHkgIkdvZCBTYXZlIHRoZSBLaW5nIg=="

should be decoded to "God Save the Queen" (alternatively "God Save the 
King" but I am getting the same encoded content under _source. I cannot see 
the fields even after storing them. Where have I gone wrong?

-- 
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/15ae700c-ce11-434a-a59d-31381693fae2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.