Opensearch Real Time data ??
7th February 2025
Did you consider enabling the offloading of trending data to disk or to some external DB so that your application could retrieve and process the data there? See Offloading data …
Answer
7th February 2025
Did you consider enabling the offloading of trending data to disk or to some external DB so that your application could retrieve and process the data there? See Offloading data …
7th February 2025
Hi Davor, Can you check the protocols & templates module in cube, and verify if the “Generic Data Simulator” protocol, has an alarm template named “Alarm_Default” against the production version?
7th February 2025
Hi Both, Thanks for your replies, it was caused by an issue I had introduced somewhere else, it is all working fine now
7th February 2025
Hi Apurva, Not the exact answer you are looking for, but we do have a Grafana Data Source plugin available. You can use this plugin to visualize GQI & trend …
7th February 2025
Hi Apurva, This is currently not possible on the button/icon components itself. If this is something you are interested in, you can create a feature suggestion. You could work around …
7th February 2025
Hi Apurva, That’s currently not possible. You can only change the app theme in the application edit mode.
7th February 2025
Hi Syeda, Clock speeds on all modern processors should be sufficient, the most important aspect is indeed the number of vCPUs to ensure enough logical threads can be run simultaneously. …
7th February 2025
Hi Apurva Configuring what data is shown in the tooltip can be done by adding query columns as a filter to the component. Only the columns that are added will …
7th February 2025
Hi Gilles, It seems that the ‘bus address’ element setting is used to poll the system data as it represents the system ID number. The URI’s are dynamically built making …
7th February 2025
There is no endpoint scoped to changing the elements on a service, but there is the EditService you can use to modify all associations in one go. Together with GetFullService …
7th February 2025
Hi Joshua, Ideally, you don’t alter any data in the databases directly. However, if you need to, you can open the system center and navigate to the tools tab page, …
7th February 2025
Hi Wale, Indeed as documented in the Limitations section, GQI queries on indexed logger tables are not supported on STaaS. If you don’t have any other questions, you can select …
7th February 2025
Since there is an additional requirement to reuse the existing element. A database query should be made to clear the database directly of the table data.
7th February 2025
Hi Ryan More information about custom table context menus can be found in the docs: Custom table context menu | DataMiner Docs In there I see that the Interprete content …
6th February 2025
I moved the script to another system and it executes, gives the confirmation dialog and changes the parameter so it does everything it should both on the web and in …