Community
How do I export/import Elasticsearch indices from one instance to another?
I want to clone my Onify Hub prod environment to a new dev environment. How do I do that?
Posted by Robert Lundsten 5 months ago
What does TOO_MANY_REQUESTS in Elasticsearch logs mean?
I am getting `TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block` in the Elasticsearch logs. What does it mean?
Posted by Robert Lundsten about 1 year ago
How do I get size and stats for indexes / indicies in Elasticsearch?
I want to get size for indexes / indicies in Elasticsearch. I also want to get some stats for a specific index. How do I do that?
Posted by Robert Lundsten about 1 year ago
Multiple owners on an item
Can I somehow have multiple owners for an item?
We are limiting the visibility of order objects (devices, virtual servers, openshift projects etc.).
Regular users can only see the ones they have ordered (owners).
In the case of virtual servers for example, they are usually handled by a group of people.
In this case, we would like to show the item to a group of usernames that is generated when the order is made (technical contacts, responsible persons etc.).
Creating a separate attribute variable for that came to mind, but I guess I cannot reference to it in the item.role field?
Or should I try to use the elastic query for that?
Posted by Eetu Tarkamo over 1 year ago
Apache Log4j2 Remote Code Execution (RCE) Vulnerability CVE-2021-44228 and Elasticsearch
We are running Onify with Elasticsearch. What are the actions we need to do related to the Log4j2 exploit and Elasticsearch?
Posted by Robert Lundsten almost 2 years ago
How to sort workspace query results
I don't fiqure out howto put workspace query that would sort all items ie. type
This kind of query works in the shortcuts, but I would like to have the workspace default search include the sort.
https://<servername>/workspace/<workspacename>/search?term=<username>&sort=type,asc
Posted by Markus Kalske over 3 years ago
Index items with integers and strings
Currently the template format doesn't allow me to index items without "" surrounding the json value, I would like to be able to index items with integer values dropping those "" away, so that elastic search could be used more efficiently when doing searches > or < as with strings it only works with the first character :)
Posted by Markus Kalske over 3 years ago
How do I configure Elasticsearch container to use more memory?
We have just added more memory to the Onify server. How do we configure Elastic container to utilize more memory?
Posted by Robert Lundsten over 4 years ago