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
-1
votes
2 answers

ElasticSearch Convert Rest Query TO Transport Client Java Code

Thanks in Advance for Help, I have created a elastic search _search query as below : { "size" : 0, "aggs": { "attrs_root": { "nested": { "path": "tags" }, "aggs": { "scope_term": { "terms": { …
-1
votes
1 answer

How to send log to Windows event by using Logstash ELK?

I am working in a big company. One responsibility is to inform Network team. But they cannot understand ELK structure. They have a alert monitoring system that is working when our system is got stuck. They offer us to send logs from Logstash to…
Penguen
  • 16,836
  • 42
  • 130
  • 205
-1
votes
1 answer

Elasticsearch - Is elasticsearch possible without HTTP (offline mode)

I have an app in android, ios and windows which works in offline mode. That is, content is stored in the local database. Now I am trying to implement elasticsearch on this app. Is it possible to search the data from local database when I am offline.…
-1
votes
1 answer

Elasticsearch Ingest-Attachment Plugin - Where to get zip distribution

I'm looking for a way to install the ingest-attachment plugin in offline mode. So to do it i first need download the zip distribution of this plugin. Official documentation…
kij
  • 1,421
  • 1
  • 16
  • 40
-1
votes
1 answer

Error in ingest attachment plugin in ElasticSearch (NoClassDefFoundError)

I am trying to put data to ES using Logstash I get this error, I am using ingest_attachment plugin: java.lang.NoClassDefFoundError: org/apache/james/mime4j/codec/DecodeMonitor at…
inatoff
  • 151
  • 2
  • 12
-1
votes
1 answer

Elasticsearch [1.5.2] update_by_query doesn't work as expected

I'm fairly new to Elasticsearch so apologies if I am missing something elementary. I am trying to update a field within documents in my index. POST test_index/_update_by_query { "query": { "match": { "label": { "query": "…
unam
  • 7
  • 1
-1
votes
1 answer

why aws elastic service goes slow?

i had implemented aws elastic service in a saas based system but when i am developing it on test server it works very well it takes avg 120 MS to give output but when i put it on live server with large servers it goes slow with avg 500MS the only…
-4
votes
1 answer

Elasticsearch pdf/word file insertion query

How do I insert a pdf or word file in elastic as a document. Will elasticsearch store files? If so please point me to the relevant documentation and some information regarding the same.
Pooja
  • 805
  • 1
  • 7
  • 16
1 2 3
64
65