Questions tagged [opensearch-dashboards]

95 questions
0
votes
0 answers

Query DSL exemple for the Opensearch Anomaly detection plugin

Since we cannot use scripted fields in the opensearch anomaly detector plugin, I would like to compute small math operation within a Custom expression of my feature. Now, it feels like it shouldn't be too complicated but I can't find a piece of…
0
votes
0 answers

How do I create an index pattern in OpenSearch using the API?

I want to create an index pattern using the Opensearch API. The issue I'm having is with the message body type. I'm getting the following message when running my script I'm running opensearch 1.3 Invoke-RestMethod: {"statusCode":400,"error":"Bad…
0
votes
0 answers

Opensearch filter by multiple fields with different values

The data from opensearch index: { "_index" : "demoid", "_id" : "50014", "_score" : 1.0, "_source" : { "gender" : "FEMALE", "transactionNumber" : "JPP-SD", "shortname" : "nameS", "firstname" : "BLA BLA…
0
votes
0 answers

Kibana Visualization of bucket aggregation data

I created an index that collects metrics for different applications and I visualize these metrics in Kibana. However, there is a field that contains bucket aggregation datas (something like that: Variable width histogram aggregation). For better…
0
votes
2 answers

Not able to login to opensearch Dashboard on Windows machine

I am using Filebeat-opensearch-Opensearch Dashboard very first time. And I am using it only on local Windows machine. I am able to launch Filebeat,Opensearch[http://localhost:9200/] and Opensearch-dashboards[http://localhost:5601/app/login?]. But…
Anish Mittal
  • 1,157
  • 12
  • 29
0
votes
1 answer

Add images / pictograms on OpenSearch Dashboards

I am a newbie creating an OpenSearch Dashboard. I wonder whether it is possible to customise the axis of the charts that are created. For example, if I was representing information based on countries, would be possible to add images or pictograms…
Edu
  • 903
  • 6
  • 17
0
votes
0 answers

How to add range filter to Opensearch dashboard queries?

I have an Opensearch index with a unix epoch millis timestamp field defined as below: {"name":"asctime","type":"number","esTypes":["long"],"count":0,"scripted":false,"searchable":true,"aggregatable":true,"readFromDocValues":true} I'm able to query…
0
votes
0 answers

how to search in a dictionary using dashboards query language?

I have the following columns in my data: time variable 2021 mydic: {"value1" : 123, "value2" : 234} As you can see, the column variable contains some sort of dictionary. How can I filter on this using the discover pane in…
ℕʘʘḆḽḘ
  • 18,566
  • 34
  • 128
  • 235
0
votes
1 answer

How can I remove the login page when running OpenSearch Dashboards in Docker?

I'm running an OpenSearch instance in a docker container locally. I've added an OpenSearch Dashboards container alongside it, but there's a login screen when I access http://localhost:5601 in my browser. How can I disable the login page? This is…
rouan
  • 5,339
  • 6
  • 22
  • 36
0
votes
0 answers

How to disable private tenant in OpenSearch dashboards?

Preface: I deployed the OpenSearch using Amazon OpenSearch Service. I faced the issue of auto-redirecting from Global to Private tenant in OpenSearch Dashboards after some time (up to 10 minutes). I saw in other answers (they were related to Kibana…
0
votes
0 answers

OpenSearch Dashboard suffixes for numbers? 1000 -> 1K

Hey guys I'm working for the first time with opensearch 1.3 and I have some document counters that have really big numbers like the image below and I was wondering instead of having to increase theire size if it was possible to have it suffix with K…
DeadSec
  • 808
  • 1
  • 12
  • 38
0
votes
0 answers

opensearch send message content monitor query alert

opensearch anyone use pattern to search and send all data to alerts by match all messages that don't have INFO (value field) this works in search and shows data but not able to get it in query alert , send all message fields value paste below in…
luckybird
  • 61
  • 6
0
votes
0 answers

How to get results of completed ElasticSearch task?

The Task Management Api: https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html returns data about currently running task. What is the way to get results of the task that has been completed? I tried the solution from here: View…
Shambala
  • 74
  • 7
0
votes
0 answers

How to create Query using Pivot function instead of join

I have the requirement to build query using pivot function which should fetch some data in my opensearch dashboards. I have written query which include join but it is working in SQL Server but not in open search, so I have to come up with query…
0
votes
1 answer

Missing rollover_alias index setting in OpenSearch

I am trying to setup index rollover in OpenSearch with simple min_doc_count condition, but I am getting "message": "Missing rollover_alias index setting [index=app_logs-000002]" error. I have a rollover alias called app_logs, and also have the…
Michal Drozd
  • 1,311
  • 5
  • 13
  • 26