Questions tagged [elastic-enterprise-search]

10 questions
2
votes
1 answer

Elastic Stack not booting with GNU Parallel

I am trying to run a stack of Elasticsearch, Kibana, and enterprise-search on an ubuntu VM (8gb ram, 4 CPUs). When I run each program individually they boot up fine and I can use each service with no problem, however my problem comes when I try to…
1
vote
1 answer

Query meta engine by list fo documents Ids in NodeJs using @elastic/enterprise-search

In my NodeJs API, I haven't been able to query a meta engine that is composed by multiple single engines. I need to get documents filtered by a list of Ids. I'm using @elastic/enterprise-search package version 8.6.0 When I try listing all the…
letie
  • 704
  • 2
  • 10
  • 20
0
votes
1 answer

Fetch ALL document of an Elastic engine using Elastic enterprise and NodeJS

I'm currently facing an issue using the '@elastic/enterprise-search' library on NodeJS. I have an Elastic engine containing 20 000 documents and I need to fetch all of them. I tried a lot of stuff, but this library looks like capped at 10 000 items…
MrLenoir
  • 30
  • 6
0
votes
0 answers

How to create App Engine using API from existing index?

There is a way to create engine from exiting index using the Kibana UI. Does any one know how to create engine from existing index using python API or rest API
0
votes
0 answers

Can't get Enterprise Search 8.6.2 to run

I have Elasticsearch 8.6.2 working and can log into Kibana 8.6.2 web UI but I can't get Enterprise Search 8.6.2 to work. Seeing this in the app-server.log it make mention of localhost:5601 which is coming from Kibana but the word localhost is not in…
0
votes
0 answers

No secret management encryption keys were provided while launching elasticsearch entreprise search

While I am launching the Elasticsearch Enterprise search an error encountered said that the setting secret_management. encryption_keys is not valid. I have checked the search-enterprise.yml file and I gave to this setting a key encryption, but…
0
votes
1 answer

Enormous amounts of enterprise elastic system indices, while I don't use elastic enterprise search?

I currently have 135 shards on two nodes each, which is severly hurting my search performance. When looking at GET /_cat/shards I see that most shards come from the enterprise search, while I don't even use that. For…
0
votes
0 answers

Filter documents out of the facet count in enterprise search

We use enterprise search indexes to store items that can be tagged by multiple tenants. e.g [ { "id": 1, "name": "document 1", "tags": [ { "company_id": 1, "tag_id": 1, "tag_name": "bla" }, { "company_id": 2, "tag_id": 1,…
0
votes
1 answer

Enterprise search timeout for Elasticsearch create index

I am using ECK to deploy Elasticsearch cluster on Kubernetes. My Elasticsearch is working fine and it shows green as cluster. But when Enterprise search start and start creating indexes in Elasticsearch, after creating some indexes, it give error…
0
votes
1 answer

Why is Elastic Search Web Crawler not crawling full page content?

We are using Elastic Enterprise Search's App Search Web Crawler. We have observed that it does not crawl and index all the contents of an HTML page. We suspected that this could be due to a HTML response being too big or tag being too…
Oliver
  • 6,152
  • 2
  • 42
  • 75