About the Elasticsearch category

The heart of the free and open Elastic Stack

Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data for lightning fast search, fine‑tuned relevancy, and powerful analytics that scale with ease.

:warning: PLEASE READ THIS SECTION IF IT'S YOUR FIRST POST

Some useful links:

If you have any trouble, please tell us as many information as possible like your technical environment, sizing, architecture, nodes...
Providing a script to reproduce locally is definitely helping a lot to get quicker and more accurate responses.

Please format your code using </> icon and produce full scripts like this one:

DELETE index
PUT index/_doc/1
{
  "foo": "bar"
}
GET index/_search
{
  "query": {
    "match": {
      "foo": "bar"
    }
  }
}

A typical script like this one can be copied and pasted in Kibana Dev Console by any reader. It will definitely help to play with your example and provide a fix for your script.
If you don't provide it, there is a chance that nobody can help.

This is the icon to use if you are not using markdown format:

Also be patient when waiting for an answer to your questions. This is a community forum and as such it may take some time before someone replies to your question. Not everyone on the forum is an expert in every area so you may need to wait for someone who knows about the area you are asking about to come online and have the time to look into your problem.

Please see the code of conduct for more details on our code of conduct (in particular the "be patient" section).

There are no SLAs on responses to questions posted on this forum, if you require help with an SLA on responses you should look into purchasing a subscription package that includes support with an SLA such as those offered by Elastic.

11 Likes
Updating document mapping without re-indexing
Documents Not Indexed
How to keep a topic on top of a list?
ES query on raw subfield
Fail to index a document: mapper_parsing_exception: failed to parse, document is empty
Include_in_all still works or not?
Elastick search goes down
How to reindex data in Elasticsearch without actually changing index names?
Do I need a match all before filters?
Temporary table alternative in elastic search
Issue with TransportClient on 5.2.1
Full Text Search query
How to add multiple nodes in same cluster using elasticsearch.yml file
Elasticsearch - searching with "keyword" type don't work
New fields not in elasticsearch template
Elastic Search Cluster has unassigned Shards
Unable to run Elastic search from ubuntu
Trying to index text file into ES, but getting below error
How to create a crontab file for user elasticsearch
I need guy who can install and configure elasticsearch
Scroll et recherche "enregistrée"
Human names searching - how to improve results
Searching content doesn't show exact output
Can not build source code without suitable jdk
How can i put an xml file into elasticsearch by spring data elasticseach
Elasticsearch 5.3 Discovery Issue
Span queries
Span queries
Index Operation Update and delete existing records in elastic search
NoNodeAvailableException happening when connecting to cluster deployed on GCP
NoNodeAvailableException happening when connecting to cluster deployed on GCP
How to delete particular document from multiple indices in elasticsearch using python?
Java - build query due to the many fields
When add new node in elasticsearch 5.4 old node deleted
Elasticsearch - attachment using Ingest - with node.js
Mysql equivalent query for having clause
Elasticsearch 1.0.0 Service Unavailable
Unable To Add Custom Analyzer
Elasticsearch JVM Memory Pressure Issue
Email Search Fail. How to solve
How to insert Data to Elasticsearch using Logstash?
Querying multiple fields and giving a predetermined score to an eventual match
Issue with greek language
Elastic search 5.3.1 seems to cause some corruption, has anyone faced it
Query from json to java api
X Pack
"." is behaving like special character in ES 2.3
How to check that my log file data is transfered to elasticsearch 5.5.0
Setting ElasticSearch 5.5.0 Cluster With discovery-ec2 Plugin
How to check that my log file data is transfered to elasticsearch 5.5.0
Is there a "real" autocomplete anymore in elastic?
Elasticserach Error
Es 5.4.2.0 how to set the th percolate.size
Is there a way to see one document indexed result. is the fields matching the mapping type
CSV file indexed to %{[@metadata] instead of target
How to query object array?
How to get the full metricbeat data from the elasticsearch
Problem in Elasticsearch Wildcard filtered Query
Fetching data from elastic search using java code but performance is slow
How to push large excel data to elasticsearch using bulk API
Change localhost to ip address on Centos 7
Configuration of client node
Configuration of client node
Bound or publishing to a non-loopback or non-link-local address
I'm facing "NoNodeAvailableException" but doesn't now what I'm doing wrong!
Reindex changing types
Help with sum and max query
Wildcard for Nested object
Updating data fields
Cluster configuration for log storage. 140Gb/day
How to make query output data format in 1 string
Message not proper showing in elastic after index
How to get count of total records without size in elastic search
Headache with RestHighLevelClient and bulkprocessor
How to fetch data from multiple index using join like sql
Cluster name not specified in java client and it is failing to communicate with cluster, no node available exceptio
Must not query not working
Events are not indexing after upgradtion 5.6 to 6.0
Events are not indexing after upgradtion 5.6 to 6.0
How HighlightBuilder work on wildcardQuery
Must not query not working
Analyze case sensitive/insensitive
Help with aggregations
"Often buyed together" using aggregations?
I have wrote a query in elastic search, but it shows data ffrom 5:00 am only.Before that 12:00 AM to 04:00 AM data, it does not shows.Why it it like that only?it is problem due to time -zone or what?Kindly provide some suggestions.I am pasting query:
After upgrade elasticsearch version getting error no [query] registered for [filter]","line":1,"col":20}],"type":"parsing_exception","reason":"no [query] registered for [filter]","line":1,"col":20},"status":400}
Elastic search snopshot azure repoistory
Getting NoShardAvailableActionException on 1.3.4
Bug ES6 JAVA API: Elasticsearch returning all the indices while trying to get only those indices which are associated with specific alias
Error with filtered, date ranged, search query
Searching attachment content with ingest attachment plugin
Query es 2.3 to es 5.5
Filter on in elasticsearch-1.2.1 trigger the error below. How can i resolve this? i am new to elasticsearch
Filter on in elasticsearch-1.2.1 trigger the error below. How can i resolve this? i am new to elasticsearch
Needed info on Kibana cross site scripting issue (ESA-2017-22)
Unable to Connect to Elasticsearch 6.1.0 via the javaclient
How to remove duplicate values in ealstic search
NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{IDKtOnPrQICBFDFU-dCxrw}{localhost}{127.0.0.1:9300}] ]
Getting NPE while delete a type in index
Case In-Senstive Sort
Exception caught on transport layer
When the index library has no data, the type of the field is date
Enabling File Data while using _bulk API
elasticSearch query_string not applying on .keyword version of field
How can nested queries return only the first nested document but not all nested documents
ClassCastException
How to delete before 24 hours elasticsearch document
Elasticsearch settings for indexing
Exact replacement of LIKE with MATCH() / QUERY() in SQL query
Login is current disabled under Kibana UI
Is their any plugin available to import folders in to elasticserch
Convert mysql to elasticsearch
Unique Index names using elastic rest client
Wildcard search not working for "-" in the wildcard
How to sort bucket terms in a nested aggregation on score instead of doc count? (Nested field aggregation not allowed with nested field query)
Set up Elasticsearch cluster 2 nodes on same machine
How to get large strings in elasticsearch and kibana
Unable to do terms query
XML through ingest attachment only showing values in attachment.content, not full tree
ELK: How do I retrieve more than 10000 results using Elastic-search in node js
Unable to connect ES cloud
Impossible d'effectuer une requête en fonction d'une variable dans mon flux
Old indices wont delete
ELK + Filebeat
Changing the number of shards and index frequency of an existing index
Filter is not working with multi _match
Need help with update operations in elastic search
"runuser: cannot set groups: Operation not permitted" Error While running ES as Service
Transport Client issue with ES cloud
Hi guys I have problem with elasticsearch Java its stopping, please see logs below
File system becomes read only and all shards fail
Elastic search Indexed content retruns nothing with title should query
Add mapping on elastic search index field
Switching off the indexing on specific fields
How to extract the Exact strings or 80% of matched strings from elastic search
How to extract the Exact strings or 80% of matched strings from elastic search
Sudden deletion of data
How to search for a data in elasticsearch?
Unable to find scripts files on disk exception
Unable to find scripts files on disk exception
How can i get auto increment id by using elasticsearch.js API?
Set Filed data true By default for all fields of a mapping
Fuzzy query not working as required?
Curator example not taking action & w/error
How to convert json string to number
Nested Json fields
Date format interchangeable
Full Text search in nested and normal Object
Keyword type can't use field:(value1 value2) in querystring
While migrating form ES2 to ES6 index is taking more space
Ingest-attachment how to use analysis-ik as analyzer?
Error - Failed to set password for user [apm_system]
Email Search Fail. How to solve
Update request not updating documents in index
How to fetch hierarchical data using elastic search
Kibana Status
Space is getting filled. Need some information how to clear/re-claim the space
Space is getting filled. Need some information how to clear/re-claim the space
Same name fields in two mappings disable indexing in one mapping
Number of replicas automatically reset to 1
Space is getting filled. Need some information how to clear/re-claim the space
Elasticsearch query dsl
Elasticsearch PHP
How to get the Match Type in Elasticsearhc response?
Retrieve Search Results Based on the First Letter in a Specific Field
License for base elasticsearch
Localhost:9200: nodename nor servname provided, or not known
There are some problems in my NEST Client search, can you help me solve it?
Connecting to remote server
Scripted field - script doesn't runs all the keys in my document
Failed to set monitoring pipeline [xpack_monitoring_2] And process cluster event (put-pipeline-xpack_monitoring_2)
Problem when using Elasticsearch and Tesseract-OCR
Full text query multi_match document scores
Problem with accents
TransportClient with Xpack
Migration to rest client ,NoSuchFieldError: Lucene_5_5_4 error
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release 7.4.0
Deprecated Warning in Elasticsearch 7.3.1
Elastic Stack Setup for Multiple Server
Problem in DateRange query in C#
Problem with filters and facets
Combine wildcard and exact match
Change multiple fields with different variable
How to Select * from Doc where description like '%keju%' and purchasedId = 'PG.R.UNC.01'
Percolation queries on range filter return different response in ES 7.2 and ES 8.7
Fscrawler pipeline feature
Geo_shape mapping issue
Why can't I use the specified tokenizer query?
How to search for exact matches in either one of two fields?
Search java api not working v6.2.1
How to do a elasticsearch query search from NodeJS using wildcard and space
Unable to send data using FSCrawler to ElasticSearch
The service was suddenly shutdown,then saw the logs"unexpected error while indexing monitoring document"
Cloud elastic account,Reindex docs
Elastic search using more RAM
Logstash not pushing data to AWS Elasticsearch endpoint
Doc's are getting deleted automatically
.raw fields not showing up for measurements field in local Elasticsearch index
Elasticsearch throws MapperParsingException
How to search case sensitive in elasticsearch without mapping
Elasticsearch Bool Query Issue
How to set multiple filter conditions in a Nested Object
Create query help
Insert the json into elastic using java
What I am wrong with this query?
Problem combining "copy_to", "analyzer" and wildcard "query string" query
Elastic does not see the difference between phrases in search
Set cluster
Set up elasticsearch cluster for 2 machines
Add new field in existing index and template
Add new Kibana dashboard using comandline
Can't get Type in Custom Plugin
[bool] query does not support [fiter]
Search for a file with the ID
Receiving java.lang.IllegalArgumentException: Failed to derive xcontent while using @Query annotiation
Search for documents containing words with and without dots (e.g. “ceo”, “c.e.o”, “c.e.o.”)
Nested Array Object
Searching numeric keyword in text string
Nest problem to select data out of database
Date range query using year
What is my error?
Error "type": "query_shard_exception" while running below query in dev tools
Term contains a dot (.), nothing is returned
Query String Query exact word search
Returning full elasticsearch document containing a provided String
Request cannot be executed i/o reactor status stopped
Can ES not to store original keyword content but a mapping num value (4 save space)?
I am currently using the Pattern Analyzer, but I found out that the result is wrong. I don't understand why?
The index pattern <INDEX_NAME>* does not contain any of the following compatible field types: geo_point
Ingest Attachment processor pipeline for arrays, without storing base64 data
How to get results from another results field value
No living connections - Cannot start kibana
All Index deleting Error
Csv file upload in logstash but data is not showing in kibana and elasticsearch
Help constructing .NET NEST query
Issue with High Level Rest Client Api
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release on mac
How can we reindex with existing documents to a new type along with already existing types using painless
Searching on multiple fields from Index created by Fscrawler
Incorrect month in Elasticsearch date_histogram
Direct index mapping vs index mapping with directory
Term query performance issue with respect to size parameter in search query
Term query performance issue with respect to size parameter in search query
Invalid internal transport message format-while initializing Search-Guard
How to start with fscrawler?
Elasticsearch query with timezone conversion
Elasticsearch server is not starting
Upgrade from 6.4 to 7.2
Update doc success, but can't search the doc in 6.8
Error while indexing documents into ES using Fscrawler
What does object datatype mapping with value parameter mean?
Multi_match search with filtering working intermittently
Metricbeat failed to connect with elasticsearch
No results obtained using query with Bool must and filter
ElasticSearch Connect Exception
Query DSL, matching string, very easy example
Migration of elasticsearch java Client from 1.4.2 to 7.2 (problem in filteredQuery method)
I installed elasticsearch and then change the es_home path but now its not working.....this is the error i am getting after running, service elasticsearch status
Can't access elasticsearch on http://server-ip:9200/ but shows running on localhost when i do netstat
Data ignores datatype!
Top N records
Adding mode nodes to cluster slow down search performance
Aggregation-keywords
New Document not getting added by fscrawler
How to search using boolean operators AND, OR or Not in dev tools?
Elastic search error in application, Error message - " An error occurred while requesting elastic search for data on index 'denmod_y_*'
Connect to remote elasticsearch cluster
Mapping conflicts between Object and Text
S3 snapshot not working after ELK upgrade to 6.4.2
Elastic search not starting please help
Deleting documents using terms query
ES started but unable to open in browser (Linux)
Add more sort on specific fields
Fieldname.keyword search returns different results
Elastic search Service is getting stopped automatically
Recover cluster after adding a data node
Search Name match with specific Character and output comes in hierarchical Order
Explanation of research method between ES 5.X and 6.X
Query issue
How to get last X documents sorted by a timestamp
Query can return negative score? I couldn't find any spec on documentation. The minimum value of score is not 0?
How to append to a existing list using Java for a given ID for bulk inserts/update
How to know whether elastic is down or not
The same problem with you about it
Option to search matching phrase with post fix and prefix while maintaining the order in Elasticsearch 7.x
Search using "OR" condition on keyword field that contains spaces
Can't get delete by query to actually delete
Searching records
How do I implement exact full text search on an index created by fscrawler
Using "xpack.security.enabled: true" on Windows
Logstash 503
Search across multiple indices with diffrent fields
Field have not localisation
Elastic Search Hierarchical Data Need Helpp
Why aggregation result return max results only 10
Duplicate field 'field'\n at [Source: org.elasticsearch.transport.netty4.ByteBufStreamInput@xxxxx; line: 7, column: 18
Workplace - ERRO
Parsing sha-1 value in elk
Completion suggester in java API
Convert latitude and longitude fields into geo_point type,
Unable to create elasticsearch cluster in docker swarm
Divide Should query into two parts and combine them with and logic
Heartbeat monitors stopping working!
Main ERROR ESJsonLayout contains an invalid element or a ttribute "esmessagefields"
Unable to see filebeat in kibana
Data insert/update in new index fields
Search doesn't work for email address, return 0 hits
Ordering ES Document Fields like SQL
Dynamic mapping of date fields present in epoch_millis format
Refresh_interval
Not getting correct results when using special characters in query string
Issue with date format change while reindexing
Please help me with how to search Elastic
Geo_distance query always returns results, regardless of distance, latitude, or longitude
Iterate over array with matched params query DSL aggregations
Elasticsearch does not work after security activation
Elasticsearch SQL ODBC Driver error of all shards failed
Elasticsearch - return records having a field falling in the given range
How to add additional data when using ScriptEngineService and return as part of result
"illegal_argument_exception"
Filter by field only if the field exists
How to put Geo_type mapping with JsonObject
Pointing index name to alias
Elasticsearch java Rest High level Client
Text analysis
Es7beta1 error with remote cluster
Cannot do the fuzzy match with Java RestHighLevelClient
ES 7.3 - Delete by Query - Deletes more than match clause
Elasticsearch working fine on localhost but not from remote client
How to get right relevance in my eCommerce project
Elasticsearch request with c# NEST POST
Need guidance on search for a list of servers that had software x installed from Kibana/Logstash/filebeat
Search term position
Can we index .zip file using ingest attachment plugin?
Convert two field string into a single field geo_point
Failed to start Elasticsearch. (code=exited, status=1/FAILURE)
Adding a node to a cluster
Indexing word, pdf documents?
Aggregation quires in Query DSL of add filters in Discover
*.pdf and *pdf not giving the same results while searching in elasticsearch
Elasticsearch group data
No Result on searching with long string/value
Faceting after Collapse
Deleted document count very high compared to the actual count of documents in the index
Equivalent JAVA code for the below query
Get different and specific results from Index
Log was not appeared in elastic search and kibana
Unable to load geoip in elasticsearch/logstash
My filebeat registry file has no data i.e "empty/[]"
Index is not got created into elastic search
Elasticsearch | Relationships based index
An REST API which can Filter Based on field
Elasticsearc with xpack security enabled
How to write Multiple fuzziness Query in Elastic
Re-index after keywords file changed
Null_pointer_exception
Elasticsearch | Relationships based index
NoClassDefFound error for ShapeBuilder
[ERROR][logstash.outputs.elasticsearch] Got a bad response code from server, but this code is not considered retryable. Request will be dropped
Need help with Elasticsearch query
Add weekend field via ingest pipeline
Searching Does not Return Results - Challenge
Regex kibana
Add or update to a exists json in elastic search
Case-insensitive search of a substring in many (or all) fields
Can't get text on a START_OBJECT at 1:159]]
Query_string with wildcard fields sends "Can't parse boolean value"
Not able to sort date(dd-MMM-YYYY) column using elastic search java api
I need help! elastic doesn't get my mapping
Analyzer [default_analyzer] not found for field [stateNames]
Elasticseach unable to start after "elasticsearch.yml file " configuration
Not able to query a wildcard
Elastic Search integration with Magneto 2.3.3 Version
Range query not giving relevant results
Get the most recent record which matches a field
Elastic Scoring for perfect match
Shared limit
Create fields by splitting a log
Create fields by splitting a log
Kibana working very slow and showing errors randomly
Trying to run a query on Elasticsearch 2.4
Transfer csv to elasticsearch from Python
Elasticsearch 2.1.2 after update , unexpected result
Elasticsearch failed when i try to setup x-pack
Elasticsearch DSL with (A or B) and C
Elasticsearch Indexing based on data input
How to put mapping by JAVA API
ERROR Unable to delete file
Words with - in elastic search
Error with Elastic and Moloch
Filebeat log Not Coming to Logstash
Elasticsearch snapshot backup in another server is not happening
How to get all records in bucket
How to fetch field content from elasticsearch using java API
Indexing /_search issue
NoNodeException while connection to localhost cluster of elasticssearch
Filter for documents that only have one of possible values
Elasticsearch highlighting: "copy_to" without "store"
Can not connect to Elasticsearch from AngularJS
Divide Should query into two parts and combine them with and logic
Match_phrase not giving expected output
Need help with searching text with special characters
Unable to filter for Nested property with Ingest pipeline processor query
"Unknown key for a START_ARRAY in in json
Query_string not applying synonyms filter
Can only use prefix queries on keyword and text fields - not on [soCode] which is of type
Does Elasticsearch 7.11 not supported by ECK operator
Exists query for field that has only 1 nested child not working
Import mapping via index template
X-ndjson build request from .NET error
Got error "No processor type exists with name [attachment]
Documents are not getting inserted in ES6.2
Doublon logstash
How can i increase text field limit on aggregations?
Can't I send emails from my own server in elastic service?
What is the correct way to specify mappings for "geo point" data type to index geo information documents in an elasticsearch index?
Recommendation to use search after instead of scrolling
Distinct search using Java API
Optimisation d'une requete
Problem’s processing or storing decimal starting with 0.0
Elasticsearch space character problem
Unknown field [has_parent] while parsing valid query using XContentParser
Optimisation d'une requete
Search multiple values for a single field
Elastic Search 5.1.1 - How to fetch all documents that contains/ startswith operator on a field in ElasticSearch
Running Elasticsearch
Update Query not working in Elastic 7
Distinct search using Java API
Load more than 1 million row from SQL Server to ES with Logstash JDBC
ElasticSearch C# Nested List Filter Not Working when i compare array using 7.5.1
Ingest Attachment Plugin update index
Node class, Client interface and RestHighLevelClient
Add operation on log messages
Time_zone parameter
FSCrawler : Retry connection, when it gets failure
Could Not index event to ElasticSearch
Help needed in making a query for elastic search
Unable to get Source filter while doing elastic search with spring boot class org.elasticsearch.search.builder.SearchSourceBuilder
Timezone conversion in ingest node date processor
Timezone conversion in ingest node date processor
How to search special characters in elasticsearch
Query with multiple keywords
Alphabetically sorting + aggregation ElasticSearch
Fail to match query
Filtering data before search
How to add date format in _delete_by_query
Search first in one field and if not return result, search in all document
3 hour time difference between Kibana reports and PostgreSQL database
ElasticSearch: RestHighLevelClient is getting timeout exception if client API is idle for some time
Mapping Issues
Elastic : Problème avec format décimal à l'indexation (document non indexé)
Unable to get gte and lte from elastic Java API in range query
ElasticSerach Not Working
EdgeGram Search trouble
How to store big int value in elastic
Pipeline with id [] does not exist
Getting 502 bad gateway error while creating new index
FSCrawler : Retry connection, when it gets failure
Search where inside array ( like , search where in ) inside nested
Can any one help me with this exception
Unable to upgrade elasticsearch from 6.8.1 to 7.16.3
I create user login system with file uploading , and user can upload unlimited textfiles and search word, how to create and mapping index this case?
Exists field not working on a newly added field
Elastic not searching in http.response.body.content field
I cannot create a dynamic mapping
Kibana upgrade failed - Error: [config validation of [elasticsearch].preserveHost]: definition for this key is missing
Cannot find write index
How do I query the full field value using match as if I am searching using term, but it is not case sensitive?
[Elastic search] wildcard (ignore case) query is not working
Indices got deleted anonymously
"term" behave srangely in knn filter?
Help elk stack
Is it possible to do highlighting with knn and/or hybrid search?
Aggregation on fields within nested objects in elasticsearch
Elasticsearch Kibana ECONNRESET - SOLVED
Upgrade version from 2 to 7
Problème: "_dateparsefailure"
Snapshot path.repo
Nested Array Problem
Issue help - snapshot creation failure
Rcherche et scoring multi field
Needed each row as a separate document with the columns as field
How to use aggregation with query?
Filtering for two chars strings on keyword field does not work?
QueryBuilder.add(BoolQueryBuilder) is undefined for the type
QueryBuilder.add(BoolQueryBuilder) is undefined for the type
Testing connection with Elasticsearch failed due to exception java.util.concurrent.CompletionException: java.net.ConnectException: Connection refused: no further information
Logs are not displaying with event wise
How can I download content from Elasticsearch
Searching attachment content with ingest attachment plugin ES 5.2
MultiMatchQuery for Nested Json object search
How to add permission to my jar in security.policy?
Should in filtered query
Configuration ElasticaBundle Analyzer
Filter split issue
Getting wrong search result
Mapping in ELK 6.1 with the Ruby Rest Client
What is the difference between POST an PUT in the ElasticSearch API?
Fields in messages
Can't get status 200
Unable to find elasticsearch, logstash, kibana metrics on stackmonitoring even after having all the .monitoring-* indices created and the Cluster_uuid is right
Elasticsearch primary stuck in initializing status,help?
Error connection between filebeat and logstash
Upgrade the Elasticsearch to 7.10 version warning
Getting Case insensitive Response in Hits
Create index fails using 'PUT' over Java's HttpURLConnection
Max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
Performance on query with nested objects
ElasticSearch accpeting all the fields as string
Case insensitive search by using query in java API
Some help for a beginner to structuring his data for elasticsearch
Elasticsearch listening on /127.0.0.1:9001 . Also shows Main PID: 12471 (code=exited, status=1/FAILURE) error messages- ubuntu server 16.04.3
Why doesn't this Synonym work?
Implementing Ingest Attachment Processor Plugin
Elastic search is not using data path setting
Elasticsearch script doesn't work
java.io.IOException: Too many open files
Discovery EC2 Failed When Adding More Nodes ES 5.2.1
Custom template for not _analyzed field is not working
Ingesting documents (pdf, word, .txt) to elasticsearch
ELK stack elasticsrearch index issue
Indexing pdf documents
Version 5 and Java not working
Multiple query with nested
The default discovery settings are unsuitable for production use;
Elasticsearch java API[5.0] using problem
Fatal error with ingest-attachment plugin
Bulk Processor api not working
ES 2.3.2 Delete by Query increasing "Size" parameter is not helping
How can I identify the document which causes java.lang.ClassCastException
How can we populate from different index using reference id stored in main index as in Mongodb
Nodes are getting disconnecting and connecting again in few seconds
Elastic Search and webmethods Integration
Check empty string in nested attribute
Having problem retrieving the data from ES for the 1st of every month
Having problem retrieving the data from ES for the 1st of every month
How to implement this in elastic
What is default index analyzer?
Searching attachment content with ingest attachment plugin ES 5.2
Logstash with elasticsearch input and output keep looping results
Geoip distance query
Geoip distance query
_grokparsefailure, _geoip_lookup_failure with _reindex
_grokparsefailure, _geoip_lookup_failure après un reindex
Elasticsearch listening on /127.0.0.1:9001 . Also shows Main PID: 12471 (code=exited, status=1/FAILURE) error messages- ubuntu server 16.04.3
Elasticsearch geo_point mapping issue
Elasticsearch: total term frequency and doc count from given set of documents
Strict and fuzzy searching in ES
Elasticsearch search is not working
Word count from documents
Timeout issue while creating index
ERROR Unable to locate plugin type for IfFileName
Can't upgrade elasticsearch 5.2.1 to 5.6.5
Elasticsearch 6.0.0 Base64 not found
Query without a constant_score and with constant_score
Nested issue for Java api (in urgency)!
Unable to start Elasticsearch-5.6.4
As the final mapping would have more than 1 type ERROR
ES 5.2 node validation exception bootstrap checks failed - no other error
Access Elasticsearch/Kibana using Active Directory
Multinode Cluster
Sorting of fields with special charecters
My es5.5.2-cluster is always red
Wildcard / regexp in a phrase which has space
java.lang.IllegalStateException: Unable to access 'path.repo'
Issue Upgrading from 2.3.1 to 6.1.0
Elsticsearch5.6.*:_id is not configurable
Logstash configuration error - 15-01-2018
Snapshot create [Index Shard Snapshot Failed ] :: Acess Denied
Index naming problem
Search with GUID
Dynamic template
New Basic or (temporary) Trial license not being accepted
Not able to use scripting_field to show distance: ES_6.1
Changing lat/lon from float to geo_point
Need to start ES instance for test purpose
Show suggest result on Front end without hampering speed of ES
Defines one mapping type for a set of of subfields
Query string doesn't work correctly
Problem when indexing nested object (Elasticsearch 5.6)
Find and replace in elasticsearch all documents
How to do highlight on percolation
Start es cluster ,the health status is red
Wildcard query
Kibana or elastic url not working after applying xpack -- redirected you too many times
"type" : "mapper_parsing_exception"
Change date format on an existing field
Suite à installation x-pack - problème création des index journalier logstash dans elasticsearch
Show suggest result on Front end without hampering speed of ES
How i search firstname + lastname in elasticsearch
Connecting kibana with elasticsearch
How can i use dev tools query in kibana discover query bar, is it possible?
Searching for exact string in big fields (Lucene Limitation)
Ingest-attachment using CBOR example
Ignore geo points having lat & lon 0 from graph
Why I am not seeing data after upgrade to 6.1 from 5.6
How to avoid some aggregation data (if not needed)
Query String Query is not working as expected when searched over not_analyzed fields
Elasticsearch new data directory
Indication of additional query results not shown due to filter
How to determine if a field is analyzed or not_analyzed?
Need to get the field having only null value using query
Change field types from String to integers and floats
Understanding elasticsearch and index creation
400 Bad Request - Unexpected close marker '}': expected ']'
Unable to pick the data from NAS Drive
Use API of elasticsearch ? Change settings
How to disable nested data type keyword in dynamic mapping
Searching for exact string in big fields (Lucene Limitation)
Bool query with range
How can i do, for this problem? this normal befor installed IK , who knew?
Defines one mapping type for a set of of subfields
ERROR: All shards failed for phase: [query]
How to delete logs from index which came from a particular IP?
Group by date aggregation on day by day?
ELK Limits, config tips, high CPU usage, cluster (newbie)
Elastic search depreciated classes
ECE In AWS on Centos AMI
How could I do to set es query case sensitive?
Could not find value with minus
Document similarity problem
Where to place unicast_hosts.txt file for cluster setup in ES 6.5
Invalid stemmer class specified: Cjk
Please give me answer
Divide Data and fire query in elasticsearch
Drools Engine
Unable to Install Xpack on ElasticSearch and Kibana
Getting error while parsing documents
Case Sensitive query?
2 way search by query and incoming docs
Searching for multiple values in array using wildcards
Truncate/delete the entire index once new data arrives from Logstash
Elasticsearch won't bind to localhost
Elastic Search Java API implementaion to get No of Hits(First time working on Elastic Search)
Different result between java client api and query dsl?
Java project connects to elasticsearch ,but it gets waring
Error: Unknown key for a VALUE_STRING in [analyzer]
ElasticSearch 3 node fail over not working
Java - build query due to the many fields
Operator "and" does not work
Cluster down - No action possible
Es server connect to client,than throw connect timeout
Create a repository failed
Issue with elasticsearch-analysis-icu plugin
Memory usage increased to more than 90 while running Elastic search service on window machine
Upgrade 1.7.5 to 5.X
Supprimer _grokparsefailure si match avec kv
Backup and Restore to GCS
Dynamic passing latitude longitude is possible
Issue with elasticsearch-analysis-icu plugin
Low disk watermark - Does it ES stop indexing new data?
Out Elastic Search got crashed and seeing Exception QueryParsingException is having no _parent field configured
Update by query
Kibana discovery page is blank
Document Count is same however index size is growing - How?
When pushing data in child document getting null pointer exception as id is null
Date range filter for document with multiple dates
Probleme using bulk
Word_delimiter Filter et position
The new version of es "_count" doesn't support post_filter
Elasticsearch sort based on a string with special characters
Sort value
ES 5.5.0 will not start up with gce discovery
How to add another node to existingt cluster
Converting Node Client to Transport client?
Elastic search (Spring data elastic search)- Date filter(range) not working as expected
Extract the year from a date
Illegal latitude value exception in elasticsearch
Problem with multiple match query
Es 5.4.2.0 how to set the th percolate.size
Is there a way to see one document indexed result. is the fields matching the mapping type
Java transport client doing chinese match query hit nothing
java.security.AccessControlException for plugin
Elastic Search not getting installed in CentOS
Fscrawler
ElasticSearch - fscrawler missing documents in Index
Elasticsearch-rest-client-5.6.1.jar org.apache.http.ContentTooLongException: entity content is too long [217056451] for the configured buffer limit [104857600]
Elaticsearch not recognising path repo
Problem in installing ingest attachment plugin ES 5.5.1
Connect Error with JAVA - NoNodeAvailableException[None of the configured nodes are available
Query to get all records until the sum of column less than or equal a value
Elastic 2.2.0 how to find the query
Null_pointer_exception 500 error
Term is not working after some time
How to parse below SQL query to ES?
X-pack security using java code
Help with sum and max query
Getting "parser not found" error on a filter date range aggregation
Elasticsearch Active: failed
Search specific field in elastic search
Red health status
Disable jar hell
Or like in and
Retrieve string date and long date from query result
Upgrading to v2.4.6
Use CURL to create mapping suspend
Use CURL to create mapping suspend
Elasticsearch 5.6.3 font problem
Getting master_not_discovered_exception from node
Activate x-pack
Elastic storage path
Unknown key for a START_OBJECT in [filter]
Data is not update using schedule
Elasticsearch opening way too many (200K) Pipes, FDs
Dynamic index not working according to month
Cloud-aws plugin of elasticsearch 2.3.5
Logstash not parsing dynamic updates happening on the files present under the configured input path
How to fetch data from multiple index using join like sql
How to access Elasticsearch on a remote machine
What's a good strategy for getting one or as many document per group depending on the group
Index not created
Search in substring
ElasticSearch - Geo Spatial search on location array
Bool Query Not Working as Expected
ElasticSearch - Java Connectivity
How to get data more than 10000 in elasticsearch
Caused by: java.lang.NoSuchFieldError: LUCENE_4_0_0
How do I ensure 'stop' word are not picked up in my searches
Mapper_parsing_exception while creating Percentage
@timestamp picked as string instead of date
Case Insensitive search for all the fields
Help with aggregations
Search using result of previous search as parameter
SearchDoubt in research with compound terms, but part of the term is equal to other searches
Nested query no longer working in ES 6.0
I have wrote a query in elastic search, but it shows data ffrom 5:00 am only.Before that 12:00 AM to 04:00 AM data, it does not shows.Why it it like that only?it is problem due to time -zone or what?Kindly provide some suggestions.I am pasting query:
Geo_point issues
Failed to execute [org.elasticsearch.action.search.SearchRequest@31e1eed3] lastShard [true]
"type": "illegal_argument_exception", "reason": "[field_sort] unknown field [title], parser not found"
Adding S3 bucket for snapshot
Elasticsearch autocomplete- sorting words by their relevance to a keyword
Importer et indexer un document JSON en plusieurs documents
Backup 2.4.3.2 to restore 5.1.26
Count of keywords (search criteria) during search operations Elasticsearch
How can I fetch in between documents using Java API?
Elasticsearch Cluster topology
Fscrawler FATAL [f.p.e.c.f.FsCrawler] Fatal error received while running the crawler: [listener timeout after waiting for [30000] ms]
The aggregation of elasticsearch is so strickly?
Datanodes cant see each other using EC2 Discovery Plugin
Bengali_normalization not found
How to remove duplicate values in ealstic search
How can we convert join query into elastic search
How to remove duplicate values in ealstic search
Upgrade to es 6.1.0 trouble
Accent insensitive search with search analyzer
Not able to create a bulk api via curl
Count of items matched in array in elasticsearch aggregation
Highlight doesn't work if not in first position
When the index library has no data, the type of the field is date
How exactly logstash-file-input plugin works?
Error connecting ElasticSearch 5.4.3 or 5.4.1 maven project java
Not able to escape special characters
Frequently failed to start elasticsearch service
Search for a keyword in all fields of an index according to given conditions
Problems when indexing csv files
How to filter not_analyzed index using query_string
Range query is not working in elasticsearch JAVA Client API
Sort is incorrect
Modify the uri of the incoming request - Rest Filter
Query to get all records until the sum of column less than or equal a value
Not able to start standalone Elastic Agent in my windows machine
Elastic 2.6 Monitoring with 6.x
co.elastic.clients.json.JsonpMappingException: Error deserializing co.elastic.clients.elasticsearch._types.query_dsl.MatchQuery: Invalid enum 'NONE'
Digit search not working for me
How to set the configuration in logstash to run dynamically
Query an index an put it into another index in Ingest plugin
Elasticsearch - JSON date payload being converted to type long, cannot use for range queries
Creating template : Validation Failed: 1: template is missing;
Filebeat input not showing in elastic indices & Kibana
Issue adding master only node -- path.repo not set?
"parse_exception",
Querying elastic search DB using the index name - failing
Elasticsearch7.1.0 mappings problem
Retrieve multiple values from one field name
How to retrieve the documents(records) of a saved search in elastic search
Startwith query not working if string has hyphen (-)
So much pain on ES, query on date returns wrong results
Curl: (7) failed to connect
Unique Index names using elastic rest client
Unable to delete indices using curator
Unique Index names using elastic rest client
Wildcard search not working for "-" in the wildcard
Not able to start the elasticsearch service in windows after uninstalled the X-pack
duplicateNames with multiple fields?
Getting Error while executing query String in Elasticsearch 6.1.1
Oracle WebCenter Portal elasticsearch Issue
Reroute unassigned shards
Kibana (active directory realm) (version 6.2.1)
Help with Geo_point (longitude and latitude)
ElasticSearch URL request, can't access to an object and his variable
How to use reserved escape and wildcard at same time
Impossible d'effectuer une requête en fonction d'une variable dans mon flux
Map date as text?
FSCrawler not running
ELK + Filebeat
Issues running three node cluster
Dynamic Mapping with properties
DateRange if DateTime Field not null?
Enforce minimum hit count on all queries by default
Créer des filtres dynamiques pour requête QSL, NEST
Unordered results from Elastic search
Using Terms Query
How to return only matched elements from array
Duplicating the documents
Return field value from array of objects
Visulizing the count of words in a pdf
Rejected documents in error log sometimes does not contain source document
Range search - adding month and day make query results wrong
Exception while retrieving instance list from AWS API
Elastic search Indexed content retruns nothing with title should query
Very slow query
Very slow query
How to disable TF/IDF completely
Term aggrigation with partition not working
Elastic search Indexed content retruns nothing with title should query
Validation failed: 1 :Mapping type is missing
Doesn`t visible after refresh?
Elastic ec2 plugin : access denied to aws
Bool search must_not is not useful
Error 7024 windows 10 pro
Error while using Java High Level Rest Client
Curator while deleting the old snapshots, times out in middle of operation
Apply analyzer to multiple documents properties (or on index) at once
1.7 Billion Document Migration - Circuit Breaking Exception
Missing data from logstash to elasticsearch
Elastic search Rejecting mapping update
Metricbeat not sending information to Logstash
Calculate on nested field, got wrong result , any advice will be appreciated
Set Filed data true By default for all fields of a mapping
How to make use of _meta when using search API
How to remove specific response body content in Elasticsearch
Elastic Search Not Running on Linux
Elasticsearch 6.8 security update error while configuring it
Error encountered after modified elasticsearch.yml
Elasticsearch failed to active
Wrong Lucene vrsion in current 6.2.3 ES Java Client
An existing connection had to be closed by the remote host
Why i get different result when i use term and match
Mapping for text and date field that should be null-able and sort-able
Why it tell me that [0] "_dateparsefailure" when i change the @timestamp
Failed to connect to IP STATIC port 9200: Connexion refusée
Delete by query is not deleting all the docs and still index doc count shows same
Query documents present in both indexes
Fresh install stuck
Query for sum of two nested object fields of a document
Update Multiple Objects at same time
Keyword type can't use field:(value1 value2) in querystring
Query results non understood
Elasticsearch returning a document that is missing a term
Cannot get nodes to join same cluster
Connection refused 9200
Max length of a field exceeded error
Elastic-search advanced search query issue
Querying elastic search data by query api
Unable to communicate between the two elasticsearch clusters of different datacenters
SQL like Group by in Elasticsearch
Xpack after success install Full of errors
Space is getting filled. Need some information how to clear/re-claim the space
Default_operator not working
Number of replicas automatically reset to 1
[script] Too many dynamic script compilations within one minute, max: [15/min]
Keyword term aggregations much slower after 5.6 -> 6.2 upgrade
Ingest Json File into Elasticsearch
Terms query not working for me
Not able to search POS text in ElasticSearch
Not able to search POS text in ElasticSearch
Multi-level nested query
Nested Aggregations are 5~10x times slower in ES 6.x than 5.6.x
Help in Data collection and indexing
Indexing many pdf files
Elastic search NEST - filtered List sorting group wise
Elasticsearch 2.4.3 very high cpu usage
How to stem, remove stop words from my index data?
ELK curl: (7) Failed to connect to localhost port 9200: Connection refused
ES crashing multiple times, over 1Billion docs a day, indexing rate falling from 25k/s to 2k/s
Getting an error when using boost for multiple fields
Unable to do terms query
Searching IP Address with regex
Elasticsearch Yml configuration
Create index mapping for dataset with large features
Nest elasticsearch 7 Geolocation indexing
Term Query on Keyword type which is part of a completion context did not work
Object mapping [categories] can't be changed from nested to non-nested
How order aggregations using elasticsearch 7.15
Geop.location not of geo_pooint. elastic.co 5.6.4 on RPI3
Analyser not found
How can I ingest PDF and words files and extract keywords of these documents?
Document count is same but index size is growing every logstash run
Searching Does not Return Results - Challenge
Start with alphabates when applied sort
Replica shards are not involving while searching
DateHistogram not working as expected
Error in using dynamic mapping: Elasticsearch 6.2
I'm trying to setup a cluster with 2 nodes. one master node and other data node
Query non-exist fields exception
Matchquery is unable to sort based on query
Exclude specific terms from term aggregation's buckets list
Geop.location not of geo_pooint. elastic.co 5.6.4 on RPI3
Stemming not performed
Multi_match bool query, error
Why elasticsearch still check the length of a keyword field, even if it's not indexed?
Problem with accessing elasticsearch remotly
Create a places API
Object mapping [categories] can't be changed from nested to non-nested
Unable to store the data in index
Range filter not working for “gt” operator but working for “lt”
Filter with millions of record
Combine wildcard and exact match
Range filter not working for “gt” operator but working for “lt”
Default index (.kibana) not created
Retrieving Copy_to/Stored fields
Is it possible to show prefix in suggester from different index?
Upgrade to 7.8.0 failed
Help to writing a request
[DEBUG][o.e.a.s.TransportSearchAction] [myhost] All shards failed for phase: [query]
Unable to connect to Elasticsearch at http://server_ip:9200
Nested Aggregation On Date Differance
How to make the Elasticsearch crud operation to be reflected in mysql database
Unable to login in Kibana after enable x-pack
Data can not be indexed
Get index by alias with python api
Elasticsearch search querry
Query -elastic search-Facet slor vs aggregation
Wildcard searches
Using keyword type for mapping
Query_string is case sensitive
ELK 6.3 logstash not monitoring
Bootstrap checks failed while upgrading 5.6 to 6.3
Ingest-user-agent
Insert data successfully, but i can not find it
Increase number of shards for system indices
Create n register repository for snapshots in elasticsearch
Data type conversion issue
Creating multiple query_string
Getting fixed number of results using multi search API
Unable to push logs to elasticsearch after upgrade
Parse Exception while executing has_child query in Embedded Elastic Search Server
How can I split string in Elasticsearch
Elasticsearch increase total_in_bytes value Memory
Unknown key for a START_OBJECT in [should]
How elasticsearch will fetch data from MySQL database?
Aggregation document count issue
How to get unique docment from elastic db from start time and end time?
Compare two document type values under one index and print difference
Search string with special characters
I'm not able to load the data to elastic search with template
java.sql.SQLException: Server sent bad type [illegal_argument_exception]. Original type was [request [/_xpack/sql] contains unrecognized parameter
Invalid Search results returned
Not able to run elasticsearch on IP other than localhost
Field names in Query String syntax doesn't filter this search
Exact Search on multiple wildcard-fields
Case insensitive nested query string
Getting failed to send join request to master
Problem with ElasticsearchRepository
ElasticSearch NEST Search query not working
Elasticsearch 6.3.2 the index is automatically deleted
Elasticsearch "status" : "yellow" How to fix the status?
Wildcard search with space in the text
Elastic search won't start with java 11 on ubuntu 18.04
Joda date time
Elastic exits with network.host set
Compound Must Matches Not Working for Me
Link elasticsearch to S3
Master not discovered exception is an error while doing Elasticsearch cluster setup
How to Query the data between 2 different timestamp
The index pattern <INDEX_NAME>* does not contain any of the following compatible field types: geo_point
Spanish analyser not working for me
Search doesn't find the document that it should find when index is big?
ElasticSearch-Spring bean creation Issue while building java code using Gradle
Get index of item in results set
Update where condition in elasticsearch
In this below query,the fieldname which is in string type.when i use GET query there is no issue but when i use PUT query it show a error(which attached below) v 6.4.0
Elasticseach: Default Similairty Algorithm and BM25 giving same results
G1GC cause CircuitBreakingException: [parent] Data too large on 7.1.1
Can we index images with extension types like .jpeg,.img,jpg in elasticsearch?
Exact search results not shown at the top
ElasticSearch6.4 compatible web crawler
I use Spring-data-elasticsearch 3.1.2 to connect to elasticsearch6.2.4 but has some error
Unable to connect to Master node from Data node in ElasticSearch
Invalid internal transport message format-while initializing Search-Guard
Delete_by_query? , gateway timeout
Make search with special characters insensitive
How Come match_phrase does not work when "." present?
Problems working with Cluster
Kibana 4 authorization exception error
Error while indexing documents into ES using Fscrawler
Limiting results by field
Change the default master connection timeout of 30s to 60s
Upgrade from 6.4 to 7.2
How to Search word and digits
Does ES store _id field in Lucene as its docid?
Application Data not getting passed to Elastic Search
Fetching only matching elements from an array in Elasticsearch
Search not giving desired result
Elasticsearch query to check last entries
VisualStudio using .Nest with hierarchy
Term Query is not working
Request of field + value & samefield + anothervalue combinations using bool must or query_string - ask for help
How to write Match_all Search Query in Low Level Rest Client API
Terms query is not working in Elasticsearch 7.1.0 and 7.2.0
Nested Query not working
Es search is not working for a specific field
Terms query is not working in Elasticsearch 7.1.0 and 7.2.0
Elasticsearch sort query
Elasticsearch stopped working , it is not extracting contents from documents
How to search using boolean operators AND, OR or Not in dev tools?
Elasticsearch 7.1.0 crash with bootstrap checks failed
Connection of logstash hosted in one server with the elastic search hosted in another server
Conf configuration
My elasticserver server don't start without error
How to modify default _score to 0?
Wildcard search with space in the text
Elasticsearch: Understanding Match query
Automatically delete 1 month old records/documents(without deleting index) in elastic search/kibana
ElasticSearch 7.2 not able to connect from localhost
Filtering object
How to store date format as Simple date format instead of Timstamp while indexing
Kibana Query - match and not eixsts on same field in a single query
Invoke JAVA high level rest client Analyzer API issue
Elastic query count mismatching
Cluster Problem pt2
Not stable response time of elastic cluster
CURL returns immediately whereas RestClient timesout
Unable to make a field aggregatable in kibana
All shards failed-yellow status
Elasticsearch query shows more count than it has
Elasticsearch query shows more count than it has
Possible Bug pertaining to query engine
Elasticsearch installation PROBLEM. Could not find java
Es highlevel client do bulk operations java.lang. IllegalStateException happened
How to resolve search context missing exception while passing scrollId to method
Why isn't POST showing up in Kibana Discover tab?
How to filter data using two indexes
Upgrade elasticsearch from 6.5 to 6.8.1
Elasticsearch errors while running
Elasticsearch errors while running
java.lang.NoClassDefFoundError: org/elasticsearch/index/query/QueryBuilder
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.logging.log4j.Logger.debug(Ljava/lang/String;Ljava/lang/Object;)V
How can i search a null value in an ES query?
How to append to a existing list using Java for a given ID for bulk inserts/update
Resthighlevelclient configuration on application.yml
Aggregation on fields within nested objects in elasticsearch
Search Exact and partial match
Can we change the base URL of Kibna?(KİBANA :))
Curl: (7) couldn't connect to host
Use Copy-to with different delimiters i.e "," , ";" etc
Elasticsearch 7.5 Won't Start with Security Set
Elasticsearch refuses to start
Network.host on elk 7.5
Elastic search .net client not removing field
How can I split string in Elasticsearch
I need to index my field as type=keyword as oppose to type=text
Ignore doc versioning ES 6.5
Structure of the result is not readable
Elasticsearch Search data
NoClassDefFoundError exception with SpringBoot in Elasticsearch7.3
Elastalert - Connection aborted
Failed to create filtered alias with terms lookup
Not able to get any results on using bucket aggregations
High node JVM heap cause ES cluster almost stop working
High node JVM heap cause ES cluster almost stop working
Matching query issue, fetching results even fields are not matching
Please help me with how to search Elastic
Kibana display difficulty
Mapping types _type or type or both
Need help with debugging
Multiple aliases for an index with the same filter
I am not read all log file and am not able to create new index
Search query exception "org.elasticsearch.index.query.QueryShardException: failed to create query"
Highlighting within fragments inconsistent
Exact match search with permutation of words
Errors while running the elasticsearch instance using gradlew run
Elasticquery
Total count of a field
I am facing some issues while trying to parse XML from some host by using port without XML,
Filtering queryStringQuery by exact match first (Nest)
Not getting correct results when using special characters in query string
Not getting correct results when using special characters in query string
Browser throws server didn’t accept your login certificate, or one may not have been provided
Sorting for date field
Unable to split Strings in Painless
Need Help to Update Record in Elasticsearch Index
Not getting my geo_point
Update timestamp in all documents in an index
Elasticsearch run error
java.net.ConnectException while connection to cloud elasticsearch instance
Not getting my geo_point
Unable to start Elasticsearch - java.lang.IllegalStateException: Duplicate key org.elasticsearch.plugins.PluginsService$Bundle@e3623fe
Trying to do a simple query filter
java.lang.ClassNotFoundException: org.bouncycastle.operator.OperatorCreationException
Delete file from index with _delete_by_query empties the index
Trouble to understand some simple query
Moving Elasticsearch 6.2.4 data to Elasticsearch 7.6.1
Restore snapshot
Related search in elasticsearch
Join like operation java
11:07:17.097 [Thread-4] INFO nia.activedata.repository.ActiveDataRepository - listener timeout after waiting for [30000] ms
Advise needed
Need guidance on search for a list of servers that had software x installed from Kibana/Logstash/filebeat
Adding a document to elasticsearch database with high level rest api
How to upload bulk data into elasticsearch?
Elasticsearch removing field inside field
Maven Java API for snapshot
Error from ES Querystring query when fields are mentioned
Upgrade issues unable to upgrade the mappings for the index, field name contains dot
Understanding Mutifield limitations for keyword
Backup and restore elasticsearch
Elasticsearch Search Queries
Query text which starting with slash by ElasticSearch 6.4.3
Query help must_not except when
Actual logs that appear at Kibana are different than those that configured at filebeat
Logstash to Elasticsearch connectivity issue after configuring SSL
Single field with multiple values
Single field with multiple values
Multipe terms and date range
Startswith analyzer not working
Long GC pauses on data nodes
Java High level client Api Date range
Convert two field string into a single field geo_point
Could not see OCR text in "content" field
Elasticsearch | Highlight of integer fields when wildcard is used
Unable to connect between elastic search and kibana
ODBC connection to elastic
Java spring boot API effect, elastic search IO performance?
Help| setup cluster on same mac
Elasticsearch Query String Query | Escaping double quotes
Aggregation quires in Query DSL of add filters in Discover
Term aggregation not returning all unique values
How to use phonetic analyzer using AWS Elasticsearch?
Indexing twitter data since 2015 into elasticsearch
URI query not matching all fields
ElasticSearch (6.5) Java high level rest client - must(QueryBuilders.rangeQuery) and mustNot(QueryBuilders.existsQuery) cmbination not working
ElasticSearch (6.5) Java high level rest client - must(QueryBuilders.rangeQuery) and mustNot(QueryBuilders.existsQuery) cmbination not working
ElasticSearch (6.5) Java high level rest client - must(QueryBuilders.rangeQuery) and mustNot(QueryBuilders.existsQuery) cmbination not working
Retrieving all log events sorted by timestamp
Does Elasticsearch capture audit logs for Query DSL, EQL and SQL or Not?
Get different and specific results from Index
Sql's AND like operation in elasticsearch java-api
Curl: (7) failed to connect to localhost port 9200: connection refused using curl -X PUT "localhost:9200"
HItbyWord result
Constructing Queries
Wildcard in a match_phrase query
Multiple Document Evaluation
Création watche calcule ratio de deux metric
Kibana is not working, properly, it is very slow
Elasticsearch date parsing issue with default format
Must not apply in must query result
Elasticsearch Randomly Crashing
Must not apply in must query result
Elasticsearch Help
Sum aggregation on distinct values query
Elastic Search Repository possibility to get more than 10000 results
Elasticsearch will not properly boot without localhost settings
Traditional Group By With Aggregations & Pagination
Endless Loop es 6.6.2
FSCrawler giving File does not exist issue
How to use custom field type in mappings to achieve multiple type mappings within an index?
Cannot start elasticsearch under user
Query using array values against String value
Index Mapping Issue - Getting Error: "reason" : "object mapping [locations] can't be changed from nested to non-nested"
How to prevent spring boot app to access to my logstash and elasticsearch?
Posting data to elasticsearch index using java API
Config field as date
How to index and store pdf file in elastic search using spring boot?
Elastic search URI search to query object
Exact search getting less precedence then phonetic?
How to index and store pdf file in elastic search using spring boot?
Not able to query a wildcard
Multiple Level with Parent Child Relation
Use match keyword with sort
Metaphone analyzer being too ambigous
Signed CLA. Yet PR shows as not signed
GeoIP data without geo_point
Logs are not showing in kibana - maximum shards open error
ElasticSearch Aggregation + Sorting in 5.3
Unable to start Elasticsearch 7.4.2 as service while installing with zip file in centos
Nest ingest a list of attachments
Search a substring in a field
Trying to run a query on Elasticsearch 2.4
Elastic Search Common Documents Query
Unable to use coordinates map
Need server/system serial number output in kibana dashboard
Comparing two fields vaiues in pipeline aggregation
Need help with searching text with special characters
ElasticSearch not indexing all the documents in MongoDB
Elasticsearch Unreachable!
Only few hit content files are showing the correct results - custom analyzer
Upgrade ELK stack
Fuzzy search question
Does basic license of elastic stack support basic authentication?
Elasticsearch snapshot backup in another server is not happening
SQL commands from Tutorial - SQL command skips "type"
Copy field value to a new field in existing index
Alphanumeric Search
Can't access 9300 port
Not able to index large csv files using java bulk api
How to write match query on array data type object
Elastic Search time query
Failed to connect to localhost port 9200: Connection refused,----elasticsearch SETUP
Is it possiable to add one more filed to existing index in elastic search,using java API
Customer Interest Related Keyword search in Elastic Search
What is the boost factor of a should in a bool_query?
Elasticsearch 7.0, unknown setting [index.mapping.single_type]
"Unknown key for a START_ARRAY in in json
Not able to put data in Kibana dev tools, any ideas?
Escaping html in elastic search response
DELETE elasticsearch index while running the reindex task on the same index
Multi-String search not working as expeced
How to resolve elasticsearch status red
Adding objects to an Array filed in Elastic Search index using Java High level Rest Client
How to know Elasticsearch daily log intake?
Isue error by elasticsearch-rest-high-level-client to create Index
Json parse exception
Indexing with deprecated _type field
Stemmer filter not working as expected when search, wont find some exact words
Elasticsearch won't accept logs using standard syslog date format
Get error 'no such index [pdf_test]' after use fscrawer to create index
Merge document by condition
How many indices we can create at a time using logstash.conf?
Search over all fields
How can I match multimatch with NEST in elasticsearch?
Search multiple values for a single field
Unable to Start Elasticsearch 7.12 in Ubuntu 18.04
How to connect Sybase Sql Anywhere 9 with logstash
Elasticsearch space character problem
Distinct search using Java API
Deleting Indexes From Kibana Not Freed Any Disk Space On Hosts
Elastic Search 5.1.1 - How to fetch all documents that contains/ startswith operator on a field in ElasticSearch
Reset password api is not working
Create nested mappings there is still an error
Unable to escape special character ""
Please help me change the php code from pagination from + size to search_after
Logtash |7.12.1 | Multiple pipelines
Question de mapping (je débute)
Elasticsearch 7.12.1
Elasticsearch fuzzy search not working properly with simpleQueryStringQuery
Fscrawler does not index to ES with https
Get a page of products but return all product_tags for the whole unpaginated result set
I am trying to change the format of date and time using pipeline but doesn't work
How to boost results on the basis of fields values
Converting Date-String into Date with Ingest-pipeline not working
Instantiate TransportClient in ES 7.8 help
Inquiry on Elastic Search Terms for Prepositions
Date histogram aggregation returns a wrong number of buckets and wrong start date of each bucket
elasticsearch.exceptions.RequestError: RequestError(400, 'search_phase_execution_exception', '[match] analyzer [name_phonetic] not found')
Elastic does not index some of the data
Howto connect Kibana 8 with ES8?
Return Results With Diatrics
SQL translates to wrong DSL query
Mapping issue in adding a new filed to existing index
How can I get rid off "org.elasticsearch.ElasticsearchException: Security must be explicitly enabled when using a [basic] license" message
Search DSL Query value with '(single quote) and space in elastic 6.8
Searching word with special characters
Issues while looking through values, starting with 0
Sort order case insensitive
Elasticsearch-sql can't query unindexed field
Snapshot exception
Getting error in kibana [Circuit breaking exception]
How can buckets be sorted by doc_count ratio?
Best similarity for retrieving exact matches first
Geo Distance Search on Geo Shape with distance returned
Installing xpack plugin on 7.7.1 elastic
Unable to access secured Elasticsearch using logstash
Scripted field from sql api not working
Syntax changes
Journal impossible de récupérer les informations de version à partir des nœuds elasticsearch - Comment résoudre les problèmes connexes
Call Elastic API to get an info on a parameter
Call Elastic API to get an info on a parameter
Elasticsearch is not started in server
How to set “_id” value in elasticsearch document as my custom document id
Best query to only return documents matching a nested unique id 'id' and not the ES _id field?
LambdaConversionException Invalid receiver type interface org.apache.http.Header -from RestHighLevelClient in Logstash Java plugin
We can't find products matching the selection
How to Restore snapshop from 5 node cluster to single node host?
Date Mapping Parse Failure
The default_operator=AND not working with multi queries in elasticsearch
Using Collapse in elastic low level client with Hibernate Search
"type": "parsing_exception","reason":"unknown query [aggs] - Elasticsearch node js client
Elasticsearch error: curl: (7) Failed to connect to localhost port 9200: Connection refused
Elasticsearch dead but subsys locked
Mapping Issues
Elasticsearch service enabled, vendor disabled issue
Unable to access data from elastic search
Unable to get gte and lte from elastic Java API in range query
Unable to get gte and lte from elastic Java API in range query
Multi field search with wildcard expression in query
Price sort not working in elasticsearch 7.9.3 version
Debugging in Elastic Search
Elasticsearch query
Pipeline with id [] does not exist
Match Query Fuzziness
Keyword field update with existing value
Search text part in object
Elasticsearch service not running after downgrade from 7.16.2 to old version 6.4.2
Hi all, I am trying to ingest json file in Elasticsearch using python , but index is not getting created
Can't open ElasticSearch on browser from outside the server
Minimum_should_match don´t return correctly
Why does “Richard John” fail to match “Richard Johns” despite only 1 edit distance?
Combination of faceted and full-text query
How to list non empty field names based on search criteria on elasticsearch
Failed to start Elasticsearch 7.11.2
Range queries with should clause not working
Node validation exception [1] bootstrap checks failed
Trying to update a document but keep getting validation or parse errors
Formula in lens metrics in kibana
Filebeat not working with pipeline nor * in csv is working
I can not login elastic
Could not initialize class org.elasticsearch.ElasticsearchException at org.elasticsearch.client.RestHighLevelClient.performClientRequest(RestHighLevelClient.java:2695) ~[elasticsearch-rest-high-level-client-7.17.10.jar:7.17.10]
Query_string does not perform consistently in versions 6 and 7
How can I fix this to suggest phrases after say, three characters have been entered?
Trying to query on length of the nested field
Problem when create index template
Elasticsearch Java API Client BulkRequest
Kibana server is not ready yet and curl: (52) Empty reply from server
How to filter in multi knn query
Issue while indexing with custom analyzers
[logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance
Node Discovery Elasticsearch 7.0.0
URL with special characters when searched not working in ElasticSearch 5.2.2
Elastic serach going unresponsive
Unknown setting [index.lifecycle.name] please check that any required plugins
How to set the shards of Elasticsearch 5
Configuring multiple nodes
Issue with s3 repository
Problem when indexing nested object (Elasticsearch 7.0.0 released)
Must include query Json payload for ElasticSearch
AWS Elasticsearch : mapper_parsing_exception for type date from Kinesis Firehose using index_template
Whitespace analyzer problem
Reset password api is not working
Titre : Erreur 500 lors de l'ouverture d'un job d'anomalie dans Elasticsearch : échec du lancement d'autodetect
Error putting base64 converted string into Elasticsearch
Can't get status 200
Not able to search through attachment contents
Elastic search 6.5.4 Caused by:ClassNotFoundException: org.elasticsearch.xpack.core.XPackClientPlugin
How to get detail config of type?
ElasticSearch High-level client response is getting delay?
Managing Old indices
Elasticsearch cluster status RED and not responding
Elaticsearch failed to start after installing x-pack