opensearch Questions
1
I'm looking to group the terms returned from the significant terms aggregation.
Something that would take a significant terms response from this:
[
{
"key" : "ok",
"doc_...
Tamekia asked 3/4 at 12:47
2
I am trying to create an index_pattern for dashboard in Opensearch programmatically.
Due to the fact that I didn't found anything related to it on Opensearch documentation, I tried the elastic sear...
Ritzy asked 6/4, 2022 at 16:11
4
I am using aws OpenSearch to view real-time data analysis.
I am using Following roles to give my user read-only access to dashboard as mentioned here
kibana_user
kibana_read_only
read_only_index
...
Mammillary asked 11/11, 2021 at 12:32
1
I am trying to write a Junit test in Spring Java for org.opensearch.client.opensearch.OpenSearchClient APIs like msearch, bulk, etc. but I get compilation error.
The API signature being mocked is
p...
Rosierosily asked 16/11, 2023 at 5:40
1
Our company has an internal website that I am trying to add Chrome Omnibox support for via OpenSearch. The site is built with ASP.NET MVC 5.
I have added the following line to the <head> tag ...
Emelineemelita asked 31/5, 2019 at 19:46
1
it is possible now disable ssl/https but not SecurityPlugin itself?
Previously, in docker-compose, I could do this simply by disabling "plugins.security.ssl.http.enabled=false". Now I ins...
Tarbox asked 9/10, 2022 at 10:31
1
Using elasticsearch 8.4.3 with Java 17 and a cluster of 3 nodes where 3 are master eligible, we start with following situation:
index products-2023-01-12-0900 which has an alias current-products
...
Curule asked 14/1, 2023 at 18:29
3
Solved
Having switched from Elasticsearch to Opensearch, my application now fails to run a simple query with:
"Text fields are not optimised for operations that require
per-document field data like ...
Israelitish asked 21/4, 2022 at 9:22
2
I tried to upsert a document to Opensearch, that means if no id exists it would insert the document, if the id already exists then it would update the document(not overwritten).
For example, if the...
Hanako asked 15/9, 2022 at 16:25
3
Solved
I have a sufficiently large dataset that I would like to bulk index the JSON objects in AWS OpenSearch.
I cannot see how to achieve this using any of: boto3, awswrangler, opensearch-py, elasticsear...
Importunate asked 8/6, 2022 at 11:32
6
I tried creating a Route 53 alias record but that didn't work.
Rhapsodist asked 3/6, 2016 at 17:55
1
Solved
We are planning to leverage OpenSearch for the XDR kind of project. We want to leverage most of the major features like Alerting, Detection, Machine Learning for Anomaly Detection, etc. So, I want ...
Smoothshaven asked 12/10, 2021 at 10:13
2
I am trying to connect to AWS OpenSearch domain from AWS Lambda using the opensearch python client (development purposes, non production).
I was trying the following:
from opensearchpy import OpenS...
Benzaldehyde asked 11/10, 2021 at 13:41
1
Solved
I uses AWS Elasticsearch service version 7.1 and its built-it Kibana to manage application logs. New indexes are created daily by Logstash. My Logstash gets error about maximum shards limit reach f...
Aright asked 2/9, 2020 at 7:49
3
I'm trying to figure out how to advertise my web application's search endpoint using OpenSearch (see http://www.opensearch.org/Specifications/OpenSearch/1.1#OpenSearch_description_document), but ev...
Lemmie asked 27/12, 2011 at 23:38
3
Solved
I would like to search JIRA's "Quick Search" from Chrome's Omnibox. This is not the same as this Chrome Omnibox search string:
https://myserver/jira/browse/%s
That string will only open perfectl...
Troposphere asked 21/6, 2013 at 16:9
3
Solved
When I enter some of URLs in Google Chrome omnibox, I see message in it "Press TAB to search in $URL". For example, there are some russian sites habrahabr.ru or yandex.ru. When you press TAB you'll...
Thrown asked 3/10, 2011 at 0:24
5
Solved
I am building an open search add-on for Firefox/IE and the image needs to be Base64 Encoded so how can I base 64 encode the favicon I have?
I am only familiar with PHP
Archerfish asked 30/8, 2008 at 11:1
0
I am trying to get an open search definition to work on subdomains.
I have added the correct line in the <head> of the html.
Example:
<link rel="search" type="application/opensearchdesc...
Picayune asked 5/9, 2013 at 17:36
1
Solved
Possible Duplicate:
How to add google chrome omnibox-search support for your site?
I have a question about how to enable the "press tab to search" feature in google chrome for my own ...
Lamson asked 12/9, 2011 at 11:31
1
Solved
I am looking for a way to enable Google Chrome's "Tab to search" feature on my website, does anyone have experience with this?
Google did not supply sufficient information for me and I am guessing...
Surplusage asked 9/4, 2011 at 9:5
1
Solved
I'm looking for a way to expose Google-Search functionality on my site so that chrome users can use context-sensitive searching (e.g:)
Chrome Search http://img19.imageshack.us/img19/7762/chromesea...
Jonathonjonati asked 16/8, 2010 at 15:56
1
Solved
If I start typing stackov.. in Chrome I can see something like 'Press Tab to search
stackoverflow.com'.
SO is basically recognized as a Search Engine.
Do you have any idea of how to implement th...
Diaeresis asked 5/3, 2010 at 13:44
2
Does anyone have a clue what I name this XML document and where to put it now that I have it created?
I would like to provide an OSDD (OpenSearch description document) on my site so that Google Ch...
Ear asked 31/12, 2008 at 21:49
2
Solved
I think the title explains it all but I am going deeper into my question anyway:
How can I make use of the Chrome's Omnibox [TAB] feature for my website?
As many users requested me to implement t...
Lissotrichous asked 22/8, 2009 at 21:7
1 Next >
© 2022 - 2024 — McMap. All rights reserved.