Questions tagged [elasticsearch-plugin]

Elasticsearch plugins are a way to enhance the basic elasticsearch functionality in a custom manner.

Elasticsearch Plugins are a way to enhance the basic elasticsearch functionality in a custom manner. They range from adding custom mapping types, custom analyzers (in a more built in fashion), native scripts, custom discovery and more.

See the Plugins documentation for more.

968 questions
0
votes
1 answer

How can I share my visualisations in Kibana-4

How to share my dashboard with others,in Kibana-4. Also if I want to share only a specific visualization,is it possible in Kibana-4? Can anybody help me on this?
Arun Mohan
  • 898
  • 3
  • 18
  • 37
0
votes
1 answer

Elastic search mapper-attachments, NEST - throwing error on indexing

I have recently started to use elastic search, i am trying to index a pdf document with mapper-attachment plug-in, when indexing i am hitting error value cannot be be null parameter name: index, can someone help in fixing this.. Here is the code…
remo
  • 3,326
  • 6
  • 32
  • 50
0
votes
1 answer

Querying nested object in elasticsearch

My mapping looks like the following: "mappings": { "nodes": { "properties": { "createdAt": { "type": "date", "format": "dateOptionalTime" }, …
Deepsy
  • 3,769
  • 7
  • 39
  • 71
0
votes
1 answer

Elasticsearch:how to use elasticsearch-river-jdbc to keep in sync(MySql)

Now i am working with elasticsearch-river-jdbc.When i update Mysql database,i want my elasitcsearchdata will update(automatic).When i created a river,this is my code: curl -XPUT '127.0.0.1:9200/_river/my_jdbc_river/_meta' -d '{ "type" :…
voxter
  • 853
  • 2
  • 14
  • 30
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
1 answer

Stacked Graphs in Kibana 3

I have indexed some data and is made available in localhost. So i need to do some analytics on this data which includes graphical analysis. I need to do stacked graph analytics for different queries as shown in the below example graph. I have been…
Arun Mohan
  • 898
  • 3
  • 18
  • 37
0
votes
2 answers

What does this ansible error mean?

I've just started to learn Ansible. I have the following tasks defined in a role for installing elasticsearch. --- - name: install elasticsearch homebrew: name=elasticsearch state=present - command: brew --prefix elasticsearch register:…
glevine
  • 697
  • 1
  • 7
  • 19
0
votes
1 answer

How to log user name with elasticsearch jetty plugin?

I am using elasticsearch jetty plugin in order to log queries , what I want to do is to add just a new log to my actuals logs, that is " the name of the user who made the query". Can you please tell me if this is possible? And how I can do that…
mehmetozer
  • 848
  • 6
  • 14
  • 30
0
votes
1 answer

Elastic Search - Generic Value Passed In

I am currently implementing a RESTful API for Elastic Search. Is there a way to query ES with a generic value? For example, this will allow the user to pass in any key and value and this would convert the value to whatever typeof field it is. I feel…
API_Base
  • 9
  • 5
0
votes
1 answer

Elasticsearch custom analyzer configuration

I have written a elastic analyzer by myself, but met some problem when configure the analyzer. I installed my analyzer by bin/plugin --url file:///[path_to_thulac.jar] --install analysis-smartcn (based on the smartcn, so its name is smartcn). And…
finch
  • 107
  • 8
0
votes
1 answer

Can not get result of "script_fields" in elasticsearch

I am trying to use "script_fields" in order to set new values to my fields but I can not see the "field" that I have added on result set,{ "query": { "my_type_x": xxx }, "script_fields": { "test1": { "script":…
mehmetozer
  • 848
  • 6
  • 14
  • 30
0
votes
1 answer

Move docs from one index to another

I'm trying to move docs from one index to a different index, without maintaining the source docs. I'm using scroll to do this now, but, so far, I'm reindexing and it's keeping the source documents on the source index. I don't want this to happen, I…
besnico
  • 253
  • 2
  • 4
  • 13
0
votes
1 answer

Elastic search aggregation and range

We want to aggregate some value. For example sake, let's say we are indexing users, who register in an organization. We want to get the registered users count splitted like : registered from gmail : 900 registered via fb : 800 registered via yahoo…
0
votes
2 answers

What is the purpose of "analysed" button in Kibana 4?

Description: ​I have set up Kibana 4 and also configured an index for analytics. So in the discover page,of Kibana,I can see my index name and the corresponding fields in the index there. To the right side of the fields panel,there is a settings…
Arun Mohan
  • 898
  • 3
  • 18
  • 37
0
votes
1 answer

Why is Kibana trends not working?

I have created an data river from Twitter and loaded that data into Kibana dashboard using elasticsearch. While all the analytics tools mentioned there are working properly with my data,the "Trends" tool is showing an error " Oops! A time filter…
Arun Mohan
  • 898
  • 3
  • 18
  • 37