All Questions
3 questions
0
votes
0
answers
224
views
Elasticsearch query to get count of current hour and last hour documents
I need to get a count of the current hour document and also last one hour from current hour and as well fetch only records for current hour
let's consider now it is "2023-06-26 20:44:56"
I ...
0
votes
0
answers
55
views
ElasticSearch: count the occurance of value in a field
I have an index consider "INDEX-01" with the following field
'''
INDEX-01
"IPS":[
"1.2.3.4",
"192.16.2.4",
"192.16.2.3",
"192.16....
0
votes
1
answer
560
views
Elastic Search: How to search an index which matches a field value from another index field
I have two indices " index01 " and " index02 " with the following feilds
index01
department
name
salary
index02
course_name
course_id
I have to make a single query to fetch the ...