Analytics change default value of 'Min. Data Required"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-01-2022 09:53 AM
Based on the screenshot below I need to change the default value of 'Min. Data Required' from 100 to something like 10 to show any meaningful data:
What I am struggling to find is where the change the default value so I don't have to keep manually editing it.
Grateful for any advise in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-16-2022 05:57 PM
Hey Martin,
I have not been able to find any where in the application to set the default value for this to a specific value, but with some modification of the oneView-min.js file I have been able to get it to set.
If you change the this.filterToolbar.minDataRequiredField.setValue to 10 and restart the server I was able to get the value to default to 10:
This change likely won't survive an upgrade, and is unsupported as it's a modification to the system files so if it causes issues GTAC will ask you to revert.
Make a copy of the oneView-min.js prior to edit in case we need to restore.
cp /usr/local/Extreme_Networks/NetSight/wildfly/standalone/deployments/Monitor.war/OneView/app/oneView-min.js /tmp
Then edit the file, find the variable and change the value from (100) to (10) and issue "service nsserver restart" to restart the services. If any issues occur after reboot just move the original back and restart again.
If you want something a little more permanent we'd have to get a case created and issue a feature request.
Thanks
-Ryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-17-2022 09:53 AM
Two files need to be modified for this to be correctly applied - oneView.js and oneView-min.js.
Ultimately as Ryan has stated - this should be formalized as a product feature / enhancement request with your Extreme account team and raised with PLM (Product Line Management).​

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-16-2022 06:15 PM
Many thanks for going to the trouble of looking into this.
I had originally come across the issue in this article, hence trying to adjust it:
https://extremeportal.force.com/ExtrArticleDetail?an=000062136
So least have something to work with now.
Much appreciated.
Cheers,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-16-2022 06:22 PM
Hey Martin,
Let me know if that doesn't work for you. I seem to only need to change the one value but on good authority there may be additional values needed between both oneView.js files.
Restart of server required, and clear of cache on browsers required too.
Thanks
-Ryan
