Forum Discussion
2 hours ago, Stuart Weenig said:It sounds like you want a custom property per database instance. PropertySources create device level properties. You probably want a property on each database instance that is different from the properties of other database instances, right? In that case, you need to modify the discovery of those instances to set ILPs or instance level properties. How to do that will depend on which method of discovery is used in the DataSource you're looking at. Can you provide more details on what you have already and where you want these properties to eventually live? What DataSource is currently showing your databases?
So the hope would be that just running a simple select query from the specific database would populate the property. So I wouldn't want the property to be at the SQL instance level but actually on the database.
Hope that makes sense.