Questions tagged [sense]

A JSON aware developer console to ElasticSearch.

A JSON aware interface to ElasticSearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.

Once installed, you can click on the ElasticSearch icon next to your url bar to open Sense in a new tab.

Sense on Chrome Web Store:-

https://chrome.google.com/webstore/detail/sense/doinijnbnggojdlcjifpdckfokbbfpbo?hl=en

On Github:-

https://github.com/bleskes/sense

Note:- The development of Sense has moved into Elasticsearch Marvel, you can find it here: http://www.elasticsearch.org/overview/marvel/

125 questions
0
votes
1 answer

How to execute Elasticsearch query in Marvel 2.0 plugin?

After I upgraded to the latest Marvel plugin, I don't know how to find the Sense dashboard where I can execute query and see the formatted result. I've visited Marvel documentation but no idea where to find the dashboard.
DarkVenture
  • 65
  • 10
0
votes
1 answer

ElasticSearch field showing as bad string, causes error when searched

I have a problem with data in elasticsearch, basically I need to store the userID that owns the documents below, I can search fine on anything aside from the userID if I view the data in sense I get a "bad string" error on the userID field. Whats…
Mrk Fldig
  • 4,244
  • 5
  • 33
  • 64
0
votes
0 answers

Elasticsearch DSL queries not finding results

I'm working on setting up Elasticsearch DSL for a django project. When I use Elasticsearch DSL to set up the index and doc_type everything works. I use sense(chrome plugin) and cURL to double-check if the index and doc_type mapping is added, and…
0
votes
1 answer

Aggregation value error in Elastic Search

I am trying to create a Date Histogram and aggregate a particular field to find the maximum value which is of long type in mapping from my ealsticsearch, but i get the result in floating point number, for example : Instead of getting 31032832 am…
Sushil Ks
  • 403
  • 2
  • 10
  • 18
0
votes
1 answer

Simple update field in elasticsearch

I started using Elsaticsearch and Sense few weeks ago. Now I need to bulk update String field in all the documents of certain index as follows: If the String starts with "+", update the field to same value without the "+". old: number:…
orshachar
  • 4,837
  • 14
  • 45
  • 68
0
votes
1 answer

elasticsearch query issue with ngram

i have this data in my index https://gist.github.com/bitgandtter/6794d9b48ae914a3ac7c If you notice in the mapping im using the ngram from 3 tokens to 20. when i execute this query: GET /my_index/user/_search?search_type=dfs_query_then_fetch { …
bitgandtter
  • 2,179
  • 6
  • 31
  • 60
0
votes
1 answer

Elasticsearch converting datatype of a field while querying

Is there any way that we can convert data type of a field while querying using filters. The scenario that I had is I have a document with a field customData: { "contactCustomFieldMapId":xxxx, "contactId":xxxxx, "customFieldId":45788, …
AR M
  • 303
  • 3
  • 7
0
votes
2 answers

how to retrieve json file data in elastic search using sense plugin

I am new to elastic search. I am using sense plugin. While i am trying to retrieve data from JSON file using command POST/bank/accounts/_bulk?pretty @accounts.json and the output in sense console is giving like: Request failed to get to the…
0
votes
2 answers

Windows 7 / Eclipse case sensitive error

I have tried to create java classes in eclipse like: asd.java and ASD.java but this gives error and lead to me rename file.. also same error with windows 7 ultimate file system. I have looked to same question in stackoverflow: File paths in Windows…
boy
  • 187
  • 1
  • 9
0
votes
2 answers

Elasticsearch document ttl not working

I am following the examples given in the documentation to add ttl for documents in elasticsearch: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html#index-ttl Using the Sense tool on Chrome, I tried the following…
Romonov
  • 8,145
  • 14
  • 43
  • 55
0
votes
1 answer

Elastic Search Nested Object mapping and Query for search

I am trying to use Elastic Search and I am stuck trying to query for the nested object. Basically my object is of the following format { "name" : "Some Name", "field2": [ { "prop1": "val1", "prop2":…
sriram
  • 407
  • 2
  • 8
  • 19
0
votes
0 answers

Search Template issue

When I try to run this script, using Sense plugin from Chrome, I get error: GET geocoding/_search/template
{ "template": { "query": { "match": { "_all": "{{query_string}}" } } }, "params": { …
Horatiu
  • 1
  • 1
0
votes
2 answers

Setting up elasticsearch on windows os?

I have gone through tutorials of ES but not able to configure it on my system. I install ES,cURL,JSON view and is working fine. I am not able to install sense plugin for chrome as it says moved to marvel and from there no link to download. I…
Pankaj Kumar
  • 255
  • 5
  • 17
0
votes
3 answers

I need to set-up elasticsearch on windows os?

I tried to set-up a elasticsearch on my Windows 7 OS PC. Installed elasticsearch and curl and it's working as the loacahost:9200 is working fine. Now I am strugging to search in a file located at c:\user\rajesh\raj.txt. My doubt is, Where do mention…
Rajesh
  • 213
  • 4
  • 15
0
votes
1 answer

Elasticsearch nested Query parseException

I get a parse exception when i want to get data out of my elastic search. My document looks like this { "_index": "some name", "_type": "row", "_id": "665", "_score": 6.3700795, "_source": { …
1 2 3
8
9