- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I have my windows data in custom indexes (windowze)
And the panels of the Windows infrastructure app 1.0.4 are not able to find them, and populate.
What is the best method to make them visible to my windows admin users ?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I found the role "windows-admin" defined in the app.
- Updated the list of indexes searched by default for the role "windows-admin" added "windowze"
- made my user inherit from the role "windows-admin"
Then I had an extra step in the windows app, update the macros
- go to settings > advanced search > macros in the windows app
- added the condition "OR index=windowze" to the necessary macros
- msad-index
- perfmon-index
- wineventlog-index
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Adding the user to "winfra-admin" would be a better choice, since that is the role designed for the Windows Infrastructure app. 😉
Then alter the winfra-admin role to have the windowze index searched by default. That is why we designed our app this way, easier to use alternatively named indexes. Winfra-admin inherits from windows-admin, but as long as one of the two roles is used to search the other index by default, you should be good.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I found the role "windows-admin" defined in the app.
- Updated the list of indexes searched by default for the role "windows-admin" added "windowze"
- made my user inherit from the role "windows-admin"
Then I had an extra step in the windows app, update the macros
- go to settings > advanced search > macros in the windows app
- added the condition "OR index=windowze" to the necessary macros
- msad-index
- perfmon-index
- wineventlog-index
