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
ES query on raw subfield
How to keep a topic on top of a list?
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 create a crontab file for user elasticsearch
Temporary table alternative in elastic search
How to reindex data in Elasticsearch without actually changing index names?
Elastic Search Cluster has unassigned Shards
How to add multiple nodes in same cluster using elasticsearch.yml file
New fields not in elasticsearch template
Trying to index text file into ES, but getting below error
Unable to run Elastic search from ubuntu
I need guy who can install and configure elasticsearch
Can not build source code without suitable jdk
Full Text Search query
Scroll et recherche "enregistrée"
How can i put an xml file into elasticsearch by spring data elasticseach
Human names searching - how to improve results
Do I need a match all before filters?
Elasticsearch - searching with "keyword" type don't work
Issue with TransportClient on 5.2.1
Searching content doesn't show exact output
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
Snapshot path.repo
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
Issue help - snapshot creation failure
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?
Rcherche et scoring multi field
Needed each row as a separate document with the columns as field
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?
How to use aggregation with query?
ELK Limits, config tips, high CPU usage, cluster (newbie)
Elastic search depreciated classes
ECE In AWS on Centos AMI
Filtering for two chars strings on keyword field does not work?
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
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
Drools Engine
Logs are not displaying with event wise
Unable to Install Xpack on ElasticSearch and Kibana
Getting error while parsing documents
Case Sensitive query?
Elasticsearch 5.3 Discovery Issue
2 way search by query and incoming docs
Searching for multiple values in array using wildcards
Span queries
Span queries
Index Operation Update and delete existing records in elastic search
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?
NoNodeAvailableException happening when connecting to cluster deployed on GCP
NoNodeAvailableException happening when connecting to cluster deployed on GCP
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
How to delete particular document from multiple indices in elasticsearch using python?
Java - build query due to the many fields
Operator "and" does not work
Java - build query due to the many fields
Cluster down - No action possible
Es server connect to client,than throw connect timeout
Create a repository failed
When add new node in elasticsearch 5.4 old node deleted
Issue with elasticsearch-analysis-icu plugin
Memory usage increased to more than 90 while running Elastic search service on window machine
Elasticsearch - attachment using Ingest - with node.js
Upgrade 1.7.5 to 5.X
Supprimer _grokparsefailure si match avec kv
Backup and Restore to GCS
Dynamic passing latitude longitude is possible
Mysql equivalent query for having clause
Elasticsearch 1.0.0 Service Unavailable
Issue with elasticsearch-analysis-icu plugin
Unable To Add Custom Analyzer
Low disk watermark - Does it ES stop indexing new data?
Elasticsearch JVM Memory Pressure Issue
Out Elastic Search got crashed and seeing Exception QueryParsingException is having no _parent field configured
Update by query
Email Search Fail. How to solve
Kibana discovery page is blank
How to insert Data to Elasticsearch using Logstash?
Document Count is same however index size is growing - How?
When pushing data in child document getting null pointer exception as id is null
Querying multiple fields and giving a predetermined score to an eventual match
Date range filter for document with multiple dates
Probleme using bulk
Issue with greek language
Elastic search 5.3.1 seems to cause some corruption, has anyone faced it
Word_delimiter Filter et position
Query from json to java api
The new version of es "_count" doesn't support post_filter
X Pack
Elasticsearch sort based on a string with special characters
Sort value
"." is behaving like special character in ES 2.3
ES 5.5.0 will not start up with gce discovery
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
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
Is there a "real" autocomplete anymore in elastic?
Elasticserach Error
Problem with multiple match query
Es 5.4.2.0 how to set the th percolate.size
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
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
Java transport client doing chinese match query hit nothing
java.security.AccessControlException for plugin
Elastic Search not getting installed in CentOS
Problem in Elasticsearch Wildcard filtered Query
Fscrawler
ElasticSearch - fscrawler missing documents in Index
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
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
Configuration of client node
Configuration of client node
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
Bound or publishing to a non-loopback or non-link-local address
Term is not working after some time
How to parse below SQL query to ES?
I'm facing "NoNodeAvailableException" but doesn't now what I'm doing wrong!
Reindex changing types
X-pack security using java code
Help with sum and max query
Help with sum and max query
Getting "parser not found" error on a filter date range aggregation
Wildcard for Nested object
Elasticsearch Active: failed
Updating data fields
Search specific field in elastic search
Cluster configuration for log storage. 140Gb/day
Red health status
Disable jar hell
Or like in and
Retrieve string date and long date from query result
Upgrading to v2.4.6
How to make query output data format in 1 string
Use CURL to create mapping suspend
Message not proper showing in elastic after index
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
How to get count of total records without size in elastic search
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
Headache with RestHighLevelClient and bulkprocessor
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 fetch data from multiple index using join like sql
How to access Elasticsearch on a remote machine
Cluster name not specified in java client and it is failing to communicate with cluster, no node available exceptio
What's a good strategy for getting one or as many document per group depending on the group
Index not created
Must not query not working
Search in substring
ElasticSearch - Geo Spatial search on location array
Bool Query Not Working as Expected
ElasticSearch - Java Connectivity
Events are not indexing after upgradtion 5.6 to 6.0
Events are not indexing after upgradtion 5.6 to 6.0
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
How HighlightBuilder work on wildcardQuery
Must not query not working
@timestamp picked as string instead of date
Analyze case sensitive/insensitive
Help with aggregations
Case Insensitive search for all the fields
"Often buyed together" using aggregations?
Help with aggregations
Search using result of previous search as parameter
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:
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
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}
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
Elastic search snopshot azure repoistory
Failed to execute [org.elasticsearch.action.search.SearchRequest@31e1eed3] lastShard [true]
Getting NoShardAvailableActionException on 1.3.4
"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
Bug ES6 JAVA API: Elasticsearch returning all the indices while trying to get only those indices which are associated with specific alias
How to check/query only the first element of a nested field?
Count of keywords (search criteria) during search operations Elasticsearch
How can I fetch in between documents using Java API?
Error with filtered, date ranged, search query
Elasticsearch Cluster topology
Searching attachment content with ingest attachment plugin
Query es 2.3 to es 5.5
Fscrawler FATAL [f.p.e.c.f.FsCrawler] Fatal error received while running the crawler: [listener timeout after waiting for [30000] ms]
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)
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
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}] ]
How to remove duplicate values in ealstic search
Upgrade to es 6.1.0 trouble
Getting NPE while delete a type in index
Case In-Senstive Sort
Accent insensitive search with search analyzer
Not able to create a bulk api via curl
Exception caught on transport layer
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
When the index library has no data, the type of the field is date
How exactly logstash-file-input plugin works?
Enabling File Data while using _bulk API
Error connecting ElasticSearch 5.4.3 or 5.4.1 maven project java
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
Not able to escape special characters
ClassCastException
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
How to delete before 24 hours elasticsearch document
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
Elasticsearch settings for indexing
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
Exact replacement of LIKE with MATCH() / QUERY() in SQL query
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
Login is current disabled under Kibana UI
Creating template : Validation Failed: 1: template is missing;
Filebeat input not showing in elastic indices & Kibana
Is their any plugin available to import folders in to elasticserch
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
Convert mysql to elasticsearch
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
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?
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)
Getting Error while executing query String in Elasticsearch 6.1.1
Oracle WebCenter Portal elasticsearch Issue
Reroute unassigned shards
Set up Elasticsearch cluster 2 nodes on same machine
How to get large strings in elasticsearch and kibana
Unable to do terms query
Kibana (active directory realm) (version 6.2.1)
Help with Geo_point (longitude and latitude)
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
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
Impossible d'effectuer une requête en fonction d'une variable dans mon flux
Map date as text?
Old indices wont delete
ELK + Filebeat
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
Changing the number of shards and index frequency of an existing index
Unordered results from Elastic search
Filter is not working with multi _match
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
Need help with update operations in elastic search
Rejected documents in error log sometimes does not contain source document
"runuser: cannot set groups: Operation not permitted" Error While running ES as Service
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
Transport Client issue with ES cloud
Hi guys I have problem with elasticsearch Java its stopping, please see logs below
Very slow query
Very slow query
File system becomes read only and all shards fail
Elastic search Indexed content retruns nothing with title should 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
Add mapping on elastic search index field
Doesn`t visible after refresh?
Elastic ec2 plugin : access denied to aws
Bool search must_not is not useful
Switching off the indexing on specific fields
Error 7024 windows 10 pro
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
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
Sudden deletion of data
1.7 Billion Document Migration - Circuit Breaking Exception
How to search for a data in elasticsearch?
Missing data from logstash to elasticsearch
Elastic search Rejecting mapping update
Metricbeat not sending information to Logstash
Unable to find scripts files on disk exception
Unable to find scripts files on disk exception
Calculate on nested field, got wrong result , any advice will be appreciated
How can i get auto increment id by using elasticsearch.js API?
Set Filed data true By default for all fields of a mapping
How to make use of _meta when using search API
Set Filed data true By default for all fields of a mapping
Fuzzy query not working as required?
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
Curator example not taking action & w/error
An existing connection had to be closed by the remote host
Why i get different result when i use term and match
How to convert json string to number
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
Nested Json fields
Fresh install stuck
Query for sum of two nested object fields of a document
Date format interchangeable
Full Text search in nested and normal Object
Update Multiple Objects at same time
Keyword type can't use field:(value1 value2) in querystring
Keyword type can't use field:(value1 value2) in querystring
Query results non understood
While migrating form ES2 to ES6 index is taking more space
Ingest-attachment how to use analysis-ik as analyzer?
Elasticsearch returning a document that is missing a term
Error - Failed to set password for user [apm_system]
Cannot get nodes to join same cluster
Connection refused 9200
Email Search Fail. How to solve
Max length of a field exceeded error
Elastic-search advanced search query issue
Update request not updating documents in index
Querying elastic search data by query api
Unable to communicate between the two elasticsearch clusters of different datacenters
How to fetch hierarchical data using elastic search
Kibana Status
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
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
Space is getting filled. Need some information how to clear/re-claim the space
[script] Too many dynamic script compilations within one minute, max: [15/min]
Same name fields in two mappings disable indexing in one mapping
Number of replicas automatically reset to 1
Keyword term aggregations much slower after 5.6 -> 6.2 upgrade
Space is getting filled. Need some information how to clear/re-claim the space
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
Elasticsearch query dsl
Multi-level nested query
Elasticsearch PHP
Nested Aggregations are 5~10x times slower in ES 6.x than 5.6.x
How to get the Match Type in Elasticsearhc response?
Help in Data collection and indexing
Indexing many pdf files
Elastic search NEST - filtered List sorting group wise
Retrieve Search Results Based on the First Letter in a Specific Field
Elasticsearch 2.4.3 very high cpu usage
License for base elasticsearch
How to stem, remove stop words from my index data?
ELK curl: (7) Failed to connect to localhost port 9200: Connection refused
Localhost:9200: nodename nor servname provided, or not known
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
There are some problems in my NEST Client search, can you help me solve it?
Connecting to remote server
Searching IP Address with regex
Elasticsearch Yml configuration
Create index mapping for dataset with large features
Scripted field - script doesn't runs all the keys in my document
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
Failed to set monitoring pipeline [xpack_monitoring_2] And process cluster event (put-pipeline-xpack_monitoring_2)
Analyser not found
How can I ingest PDF and words files and extract keywords of these documents?
Problem when using Elasticsearch and Tesseract-OCR
Document count is same but index size is growing every logstash run
Searching Does not Return Results - Challenge
Full text query multi_match document scores
Start with alphabates when applied sort
Replica shards are not involving while searching
DateHistogram not working as expected
Problem with accents
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
TransportClient with Xpack
Migration to rest client ,NoSuchFieldError: Lucene_5_5_4 error
Exclude specific terms from term aggregation's buckets list
Geop.location not of geo_pooint. elastic.co 5.6.4 on RPI3
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
Stemming not performed
Multi_match bool query, error
Why elasticsearch still check the length of a keyword field, even if it's not indexed?
Elastic Stack Setup for Multiple Server
Problem with accessing elasticsearch remotly
Problem in DateRange query in C#
Create a places API
Object mapping [categories] can't be changed from nested to non-nested
Problem with filters and facets
Unable to store the data in index
Range filter not working for “gt” operator but working for “lt”
Combine wildcard and exact match
Change multiple fields with different variable
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
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
Retrieving Copy_to/Stored fields
Is it possible to show prefix in suggester from different index?
Upgrade to 7.8.0 failed
Geo_shape mapping issue
Help to writing a request
Why can't I use the specified tokenizer query?
How to search for exact matches in either one of two fields?
[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
Nested Aggregation On Date Differance
How to make the Elasticsearch crud operation to be reflected in mysql database
Search java api not working v6.2.1
Unable to login in Kibana after enable x-pack
How to do a elasticsearch query search from NodeJS using wildcard and space
Unable to send data using FSCrawler to ElasticSearch
Data can not be indexed
Get index by alias with python api
Elasticsearch search querry
The service was suddenly shutdown,then saw the logs"unexpected error while indexing monitoring document"
Query -elastic search-Facet slor vs aggregation
Cloud elastic account,Reindex docs
Wildcard searches
Using keyword type for mapping
Query_string is case sensitive
Elastic search using more RAM
ELK 6.3 logstash not monitoring
Bootstrap checks failed while upgrading 5.6 to 6.3
Ingest-user-agent
Logstash not pushing data to AWS Elasticsearch endpoint
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
Doc's are getting deleted automatically
Unable to push logs to elasticsearch after upgrade
Parse Exception while executing has_child query in Embedded Elastic Search Server
.raw fields not showing up for measurements field in local Elasticsearch index
Elasticsearch throws MapperParsingException
How can I split string in Elasticsearch
Elasticsearch increase total_in_bytes value Memory
How to search case sensitive in elasticsearch without mapping
Unknown key for a START_OBJECT in [should]
How elasticsearch will fetch data from MySQL database?
Elasticsearch Bool Query Issue
Aggregation document count issue
How to get unique docment from elastic db from start time and end time?
How to set multiple filter conditions in a Nested Object
Compare two document type values under one index and print difference
Create query help
Insert the json into elastic using java
Search string with special characters
What I am wrong with this query?
I'm not able to load the data to elastic search with template
Problem combining "copy_to", "analyzer" and wildcard "query string" query
Elastic does not see the difference between phrases in search
Set cluster
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
Set up elasticsearch cluster for 2 machines
Add new field in existing index and template
Exact Search on multiple wildcard-fields
Case insensitive nested query string
Add new Kibana dashboard using comandline
Getting failed to send join request to master
Problem with ElasticsearchRepository
ElasticSearch NEST Search query not working
Can't get Type in Custom Plugin
[bool] query does not support [fiter]
Elasticsearch 6.3.2 the index is automatically deleted
Search for a file with the ID
Elasticsearch "status" : "yellow" How to fix the status?
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.”)
Wildcard search with space in the text
Elastic search won't start with java 11 on ubuntu 18.04
Nested Array Object
Joda date time
Searching numeric keyword in text string
Nest problem to select data out of database
Date range query using year
Elastic exits with network.host set
Compound Must Matches Not Working for Me
Link elasticsearch to S3
What is my error?
Error "type": "query_shard_exception" while running below query in dev tools
Term contains a dot (.), nothing is returned
Master not discovered exception is an error while doing Elasticsearch cluster setup
Query String Query exact word search
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
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)?
Spanish analyser not working for me
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
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
Ingest Attachment processor pipeline for arrays, without storing base64 data
Get index of item in results set
Update where condition in elasticsearch
How to get results from another results field value
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
No living connections - Cannot start kibana
Elasticseach: Default Similairty Algorithm and BM25 giving same results
All Index deleting Error
G1GC cause CircuitBreakingException: [parent] Data too large on 7.1.1
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
Can we index images with extension types like .jpeg,.img,jpg in elasticsearch?
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
Exact search results not shown at the top
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
ElasticSearch6.4 compatible web crawler
Direct index mapping vs index mapping with directory
I use Spring-data-elasticsearch 3.1.2 to connect to elasticsearch6.2.4 but has some error
Term query performance issue with respect to size parameter in search query
Term query performance issue with respect to size parameter in search query
Unable to connect to Master node from Data node in ElasticSearch
Invalid internal transport message format-while initializing Search-Guard
Invalid internal transport message format-while initializing Search-Guard
How to start with fscrawler?
Delete_by_query? , gateway timeout
Make search with special characters insensitive
Elasticsearch query with timezone conversion
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
Elasticsearch server is not starting
Upgrade from 6.4 to 7.2
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
How to Search word and digits
What does object datatype mapping with value parameter mean?
Multi_match search with filtering working intermittently
Metricbeat failed to connect with elasticsearch
Does ES store _id field in Lucene as its docid?
No results obtained using query with Bool must and filter
Application Data not getting passed to Elastic Search
Fetching only matching elements from an array in Elasticsearch
Search not giving desired result
ElasticSearch Connect Exception
Elasticsearch query to check last entries
VisualStudio using .Nest with hierarchy
Term Query is not working
Query DSL, matching string, very easy example
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
Migration of elasticsearch java Client from 1.4.2 to 7.2 (problem in filteredQuery method)
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
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
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
Data ignores datatype!
Conf configuration
My elasticserver server don't start without error
Top N records
How to modify default _score to 0?
Adding mode nodes to cluster slow down search performance
Aggregation-keywords
Wildcard search with space in the text
Elasticsearch: Understanding Match query
New Document not getting added by fscrawler
Automatically delete 1 month old records/documents(without deleting index) in elastic search/kibana
ElasticSearch 7.2 not able to connect from localhost
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_*'
Filtering object
How to store date format as Simple date format instead of Timstamp while indexing
Connect to remote elasticsearch cluster
Mapping conflicts between Object and Text
Kibana Query - match and not eixsts on same field in a single query
S3 snapshot not working after ELK upgrade to 6.4.2
Invoke JAVA high level rest client Analyzer API issue
Elastic search not starting please help
Elastic query count mismatching
Deleting documents using terms query
Cluster Problem pt2
ES started but unable to open in browser (Linux)
Not stable response time of elastic cluster
Add more sort on specific fields
CURL returns immediately whereas RestClient timesout
Unable to make a field aggregatable in kibana
Fieldname.keyword search returns different results
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
Elastic search Service is getting stopped automatically
Recover cluster after adding a data node
Es highlevel client do bulk operations java.lang. IllegalStateException happened
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 resolve search context missing exception while passing scrollId to method
Why isn't POST showing up in Kibana Discover tab?
How to get last X documents sorted by a timestamp
How to filter data using two indexes
Query can return negative score? I couldn't find any spec on documentation. The minimum value of score is not 0?
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 to append to a existing list using Java for a given ID for bulk inserts/update
How can i search a null value in an ES query?
How to know whether elastic is down or not
How to append to a existing list using Java for a given ID for bulk inserts/update
Resthighlevelclient configuration on application.yml
The same problem with you about it
Aggregation on fields within nested objects in elasticsearch
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
Search Exact and partial match
Searching records
How do I implement exact full text search on an index created by fscrawler
Using "xpack.security.enabled: true" on Windows
Can we change the base URL of Kibna?(KİBANA :))
Logstash 503
Curl: (7) couldn't connect to host
Search across multiple indices with diffrent fields
Use Copy-to with different delimiters i.e "," , ";" etc
Elasticsearch 7.5 Won't Start with Security Set
Field have not localisation
Elasticsearch refuses to start
Network.host on elk 7.5
Elastic Search Hierarchical Data Need Helpp
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
Why aggregation result return max results only 10
Duplicate field 'field'\n at [Source: org.elasticsearch.transport.netty4.ByteBufStreamInput@xxxxx; line: 7, column: 18
NoClassDefFoundError exception with SpringBoot in Elasticsearch7.3
Elastalert - Connection aborted
Workplace - ERRO
Parsing sha-1 value in elk
Failed to create filtered alias with terms lookup
Completion suggester in java API
Convert latitude and longitude fields into geo_point type,
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
Unable to create elasticsearch cluster in docker swarm
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
Divide Should query into two parts and combine them with and logic
Need help with debugging
Heartbeat monitors stopping working!
Multiple aliases for an index with the same filter
I am not read all log file and am not able to create new index
Main ERROR ESJsonLayout contains an invalid element or a ttribute "esmessagefields"
Search query exception "org.elasticsearch.index.query.QueryShardException: failed to create query"
Unable to see filebeat in kibana
Data insert/update in new index fields
Highlighting within fragments inconsistent
Search doesn't work for email address, return 0 hits
Exact match search with permutation of words
Ordering ES Document Fields like SQL
Errors while running the elasticsearch instance using gradlew run
Elasticquery
Dynamic mapping of date fields present in epoch_millis format
Total count of a field
I am facing some issues while trying to parse XML from some host by using port without XML,
Refresh_interval
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
Issue with date format change while reindexing
Please help me with how to search Elastic
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
Geo_distance query always returns results, regardless of distance, latitude, or longitude
Sorting for date field
Unable to split Strings in Painless
Iterate over array with matched params query DSL aggregations
Need Help to Update Record in Elasticsearch Index
Not getting my geo_point
Elasticsearch does not work after security activation
Update timestamp in all documents in an index
Elasticsearch run error
java.net.ConnectException while connection to cloud elasticsearch instance
Elasticsearch SQL ODBC Driver error of all shards failed
Not getting my geo_point
Elasticsearch - return records having a field falling in the given range
Unable to start Elasticsearch - java.lang.IllegalStateException: Duplicate key org.elasticsearch.plugins.PluginsService$Bundle@e3623fe
Trying to do a simple query filter
How to add additional data when using ScriptEngineService and return as part of result
"illegal_argument_exception"
java.lang.ClassNotFoundException: org.bouncycastle.operator.OperatorCreationException
Filter by field only if the field exists
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
How to put Geo_type mapping with JsonObject
Pointing index name to alias
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
Elasticsearch java Rest High level Client
Text analysis
Adding a document to elasticsearch database with high level rest api
How to upload bulk data into elasticsearch?
Es7beta1 error with remote cluster
Cannot do the fuzzy match with Java RestHighLevelClient
Elasticsearch removing field inside field
ES 7.3 - Delete by Query - Deletes more than match clause
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
Elasticsearch working fine on localhost but not from remote client
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
How to get right relevance in my eCommerce project
Single field with multiple values
Multipe terms and date range
Elasticsearch request with c# NEST POST
Startswith analyzer not working
Need guidance on search for a list of servers that had software x installed from Kibana/Logstash/filebeat
Long GC pauses on data nodes
Search term position
Java High level client Api Date range
Can we index .zip file using ingest attachment plugin?
Convert two field string into a single field geo_point
Could not see OCR text in "content" field
Convert two field string into a single field geo_point
Elasticsearch | Highlight of integer fields when wildcard is used
Unable to connect between elastic search and kibana
Failed to start Elasticsearch. (code=exited, status=1/FAILURE)
Adding a node to a cluster
ODBC connection to elastic
Indexing word, pdf documents?
Java spring boot API effect, elastic search IO performance?
Aggregation quires in Query DSL of add filters in Discover
Help| setup cluster on same mac
Elasticsearch Query String Query | Escaping double quotes
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
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
No Result on searching with long string/value
Faceting after Collapse
Retrieving all log events sorted by timestamp
Deleted document count very high compared to the actual count of documents in the index
Equivalent JAVA code for the below query
Does Elasticsearch capture audit logs for Query DSL, EQL and SQL or Not?
Get different and specific results from Index
Get different and specific results from Index
Log was not appeared in elastic search and kibana
Unable to load geoip in elasticsearch/logstash
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"
My filebeat registry file has no data i.e "empty/[]"
Index is not got created into elastic search
Elasticsearch | Relationships based index
HItbyWord result
An REST API which can Filter Based on field
Constructing Queries
Wildcard in a match_phrase query
Elasticsearc with xpack security enabled
Multiple Document Evaluation
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
Création watche calcule ratio de deux metric
[ERROR][logstash.outputs.elasticsearch] Got a bad response code from server, but this code is not considered retryable. Request will be dropped
Kibana is not working, properly, it is very slow
Need help with Elasticsearch query
Elasticsearch date parsing issue with default format
Add weekend field via ingest pipeline
Must not apply in must query result
Elasticsearch Randomly Crashing
Searching Does not Return Results - Challenge
Must not apply in must query result
Elasticsearch Help
Regex kibana
Sum aggregation on distinct values query
Elastic Search Repository possibility to get more than 10000 results
Add or update to a exists json in elastic search
Elasticsearch will not properly boot without localhost settings
Case-insensitive search of a substring in many (or all) fields
Traditional Group By With Aggregations & Pagination
Can't get text on a START_OBJECT at 1:159]]
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?
Query_string with wildcard fields sends "Can't parse boolean value"
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
Not able to sort date(dd-MMM-YYYY) column using elastic search java api
Config field as date
I need help! elastic doesn't get my mapping
How to index and store pdf file in elastic search using spring boot?
Elastic search URI search to query object
Analyzer [default_analyzer] not found for field [stateNames]
Exact search getting less precedence then phonetic?
How to index and store pdf file in elastic search using spring boot?
Elasticseach unable to start after "elasticsearch.yml file " configuration
Not able to query a wildcard
Not able to query a wildcard
Multiple Level with Parent Child Relation
Use match keyword with sort
Elastic Search integration with Magneto 2.3.3 Version
Range query not giving relevant results
Metaphone analyzer being too ambigous
Get the most recent record which matches a field
Signed CLA. Yet PR shows as not signed
GeoIP data without geo_point
Elastic Scoring for perfect match
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
Shared limit
Create fields by splitting a log
Create fields by splitting a log
Nest ingest a list of attachments
Search a substring in a field
Kibana working very slow and showing errors randomly
Trying to run a query on Elasticsearch 2.4
Trying to run a query on Elasticsearch 2.4
Elastic Search Common Documents Query
Unable to use coordinates map
Transfer csv to elasticsearch from Python
Elasticsearch 2.1.2 after update , unexpected result
Elasticsearch failed when i try to setup x-pack
Need server/system serial number output in kibana dashboard
Elasticsearch DSL with (A or B) and C
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!
Elasticsearch Indexing based on data input
How to put mapping by JAVA API
ERROR Unable to delete file
Only few hit content files are showing the correct results - custom analyzer
Words with - in elastic search
Upgrade ELK stack
Fuzzy search question
Error with Elastic and Moloch
Does basic license of elastic stack support basic authentication?
Filebeat log Not Coming to Logstash
Elasticsearch snapshot backup in another server is not happening
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
How to get all records in bucket
Alphanumeric Search
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
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
Elasticsearch highlighting: "copy_to" without "store"
Can not connect to Elasticsearch from AngularJS
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
Divide Should query into two parts and combine them with and logic
Match_phrase not giving expected output
Customer Interest Related Keyword search in Elastic Search
Need help with searching text with special characters
What is the boost factor of a should in a bool_query?
Unable to filter for Nested property with Ingest pipeline processor query
Elasticsearch 7.0, unknown setting [index.mapping.single_type]
"Unknown key for a START_ARRAY in in json
"Unknown key for a START_ARRAY in in json
Not able to put data in Kibana dev tools, any ideas?
Query_string not applying synonyms filter
Escaping html in elastic search response
Can only use prefix queries on keyword and text fields - not on [soCode] which is of type
DELETE elasticsearch index while running the reindex task on the same index
Does Elasticsearch 7.11 not supported by ECK operator
Multi-String search not working as expeced
How to resolve elasticsearch status red
Exists query for field that has only 1 nested child not working
Adding objects to an Array filed in Elastic Search index using Java High level Rest Client
How to know Elasticsearch daily log intake?
Import mapping via index template
Isue error by elasticsearch-rest-high-level-client to create Index
X-ndjson build request from .NET error
Json parse exception
Got error "No processor type exists with name [attachment]
Documents are not getting inserted in ES6.2
Indexing with deprecated _type field
Stemmer filter not working as expected when search, wont find some exact words
[logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance
Doublon logstash
Get error 'no such index [pdf_test]' after use fscrawer to create index
Merge document by condition
How can i increase text field limit on aggregations?
Can't I send emails from my own server in elastic service?
How many indices we can create at a time using logstash.conf?
Search over all fields
What is the correct way to specify mappings for "geo point" data type to index geo information documents in an elasticsearch index?
How can I match multimatch with NEST in elasticsearch?
Recommendation to use search after instead of scrolling
Search multiple values for a single field
Distinct search using Java API
Elasticsearch won't accept logs using standard syslog date format
How to connect Sybase Sql Anywhere 9 with logstash
Optimisation d'une requete
Problem’s processing or storing decimal starting with 0.0
Elasticsearch space character problem
Elasticsearch space character problem
Distinct search using Java API
Unknown field [has_parent] while parsing valid query using XContentParser
Deleting Indexes From Kibana Not Freed Any Disk Space On Hosts
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
Elastic Search 5.1.1 - How to fetch all documents that contains/ startswith operator on a field in ElasticSearch
Running Elasticsearch
Reset password api is not working
Update Query not working in Elastic 7
Create nested mappings there is still an error
Distinct search using Java API
Unable to escape special character ""
Load more than 1 million row from SQL Server to ES with Logstash JDBC
Please help me change the php code from pagination from + size to search_after
ElasticSearch C# Nested List Filter Not Working when i compare array using 7.5.1
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
Ingest Attachment Plugin update index
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
Node class, Client interface and RestHighLevelClient
Instantiate TransportClient in ES 7.8 help
Add operation on log messages
Inquiry on Elastic Search Terms for Prepositions
Date histogram aggregation returns a wrong number of buckets and wrong start date of each bucket
Time_zone parameter
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?
FSCrawler : Retry connection, when it gets failure
Return Results With Diatrics
SQL translates to wrong DSL query
Could Not index event to ElasticSearch
Help needed in making a query for elastic search
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
Unable to get Source filter while doing elastic search with spring boot class org.elasticsearch.search.builder.SearchSourceBuilder
Search DSL Query value with '(single quote) and space in elastic 6.8
Timezone conversion in ingest node date processor
Timezone conversion in ingest node date processor
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
How to search special characters in elasticsearch
Getting error in kibana [Circuit breaking exception]
Query with multiple keywords
How can buckets be sorted by doc_count ratio?
Alphabetically sorting + aggregation ElasticSearch
Best similarity for retrieving exact matches first
Geo Distance Search on Geo Shape with distance returned
Fail to match query
Installing xpack plugin on 7.7.1 elastic
Unable to access secured Elasticsearch using logstash
Filtering data before search
Scripted field from sql api not working
Syntax changes
How to add date format in _delete_by_query
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
Elasticsearch is not started in server
How to set “_id” value in elasticsearch document as my custom document id
Search first in one field and if not return result, search in all document
Best query to only return documents matching a nested unique id 'id' and not the ES _id field?
3 hour time difference between Kibana reports and PostgreSQL database
LambdaConversionException Invalid receiver type interface org.apache.http.Header -from RestHighLevelClient in Logstash Java plugin
ElasticSearch: RestHighLevelClient is getting timeout exception if client API is idle for some time
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
Mapping Issues
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
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
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
EdgeGram Search trouble
Debugging in Elastic Search
Elasticsearch query
How to store big int value in elastic
Pipeline with id [] does not exist
Pipeline with id [] does not exist
Match Query Fuzziness
Keyword field update with existing value
Search text part in object
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
Elasticsearch service not running after downgrade from 7.16.2 to old version 6.4.2
Can any one help me with this exception
Hi all, I am trying to ingest json file in Elasticsearch using python , but index is not getting created
Unable to upgrade elasticsearch from 6.8.1 to 7.16.3
Can't open ElasticSearch on browser from outside the server
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
Minimum_should_match don´t return correctly
Elastic not searching in http.response.body.content field
Why does “Richard John” fail to match “Richard Johns” despite only 1 edit distance?
Combination of faceted and full-text query
I cannot create a dynamic mapping
How to list non empty field names based on search criteria on elasticsearch
Kibana upgrade failed - Error: [config validation of [elasticsearch].preserveHost]: definition for this key is missing
Failed to start Elasticsearch 7.11.2
Cannot find write index
Range queries with should clause not working
Node validation exception [1] bootstrap checks failed
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
Trying to update a document but keep getting validation or parse errors
Indices got deleted anonymously
Formula in lens metrics in kibana
"term" behave srangely in knn filter?
Filebeat not working with pipeline nor * in csv is working
I can not login elastic
Help elk stack
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]
Is it possible to do highlighting with knn and/or hybrid search?
Query_string does not perform consistently in versions 6 and 7
Aggregation on fields within nested objects in elasticsearch
How can I fix this to suggest phrases after say, three characters have been entered?
Trying to query on length of the nested field
Elasticsearch Kibana ECONNRESET - SOLVED
Problem when create index template
Upgrade version from 2 to 7
Elasticsearch Java API Client BulkRequest
Kibana server is not ready yet and curl: (52) Empty reply from server
Problème: "_dateparsefailure"
How to filter in multi knn query
Issue while indexing with custom analyzers
Nested Array Problem
Unable to Start Elasticsearch 7.12 in Ubuntu 18.04
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
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?