Community
How do I effectively set up and manage snapshots in Elasticsearch?
What are the best practices for creating and verifying Elasticsearch snapshots, both manually and automatically, to safeguard data integrity during system upgrades like Onify updates?
Posted by Tony Aronsson 17 days ago
How do I catch a httpRequest error in flow?
How do I catch a service task with httpRequest (or onifyApiRequest) error in flow and do logic based on the outcome?
Posted by Robert Lundsten about 1 month ago
CSS variables in resource editor
Feature request to simplify css code writing, it would be nice to have support in the resource editor to be able to use var() function variables.
Today you get the error message 'Expected RBRACE at line x, col x' and cannot save the resource file.
More information about css variables <https://www.w3schools.com/css/css3_variables.asp>
Posted by Patrick 2 months ago
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
Why have some form validations (RegExp patterns) stopped working?
Some of the RegExp patterns has suddenly stopped working in forms. This means that user can now input things that is not valid. The browser gives and error in the console log but to the user the error is "silent". Here is an RegExp that no longer works:
```Text pug
+formElement({
name: 'mobile',
label: 'Mobile phone',
pattern: '^[0-9-+\s()]*$'
})
```
This gives the following error in the console log:
```
Pattern attribute value ^[0-9-+s()]*$ is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /^[0-9-+s()]*$/v: Invalid character class
```
What could be the issue?
Posted by Robert Lundsten 5 months ago
Does the new Onify Hub Functions support Python?
I love the new Onify Hub Functions feature so we can build REST API functions. But are also working a lot with Python and have used this in Onify Agent. Is there a way to run Python scripts in Onify Hub Functions?
Posted by Robert Lundsten about 1 year ago