python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ElasticSearch: Concatenate elements of arrays during aggregation
A simple exemple of my data:
{
"email" : "user@mail.com",
"error_codes" : ["12.03","23.22","44.45"]
}
{
...
Chili
Votes: 0
Answers: 1
How to iterate a flattened field array and access the flattened field object in elasticsearch
I have index with mapping as follows:
{
"mappings": {
"properties": {
"Forum Title": {
"type": "text",
...

Mohsin Muazzam
Votes: 0
Answers: 0
Kibana pie chart that fetches only a substring of a field
I'm trying to create a pie chart visualization that should take only a part of a field value.
Here I have a field called "Version" whose values can be in the form "1.2.3.4".
Now I ...
Rachana pole
Votes: 0
Answers: 1
OpenSearch script - accessing global variables inside a function
I'm writing some sorting scripts for OpenSearch (fork of ElasticSearch). The script environment defines some global constants, like doc, that are available at the top level of the script, but apparent...

Mike Baranczak
Votes: 0
Answers: 1