Skip to content

Commit

Permalink
disabling redhat assetgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
akashpaladin authored and santhosh-challa committed Oct 11, 2023
1 parent 009187b commit f732f1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion installer/resources/pacbot_app/files/DB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,7 @@ INSERT IGNORE INTO pac_config_properties (`cfkey`,`value`,`application`,`profile
/* RedHat Index*/
INSERT IGNORE INTO `cf_AssetGroupDetails` (`groupId`, `groupName`, `dataSource`, `displayName`, `groupType`, `createdBy`, `createdUser`, `createdDate`, `modifiedUser`, `modifiedDate`, `description`, `aliasQuery`, `isVisible`)
values('e0008397-f74e-4deb-9066-10bdf1120','redhat','redhat','Red Hat','System','[email protected]','[email protected]','08/17/2023 06:13',
'[email protected]','08/17/2023 06:13','Red Hat','{\"actions\":[{\"add\":{\"index\":\"redhat_*\",\"alias\":\"redhat\"}}]}','1');
'[email protected]','08/17/2023 06:13','Red Hat','{\"actions\":[{\"add\":{\"index\":\"redhat_*\",\"alias\":\"redhat\"}}]}','0');

/* Red Hat asset Node, Cluster */
INSERT IGNORE INTO `cf_Target` (`targetName`, `targetDesc`, `category`, `dataSourceName`, `targetConfig`, `status`, `userId`, `endpoint`, `createdDate`, `modifiedDate`, `domain`,displayName)
Expand All @@ -3071,3 +3071,6 @@ INSERT IGNORE INTO pac_config_properties (`cfkey`,`value`,`application`,`profile
update pac_v2_ui_options set optionName ="Source" where optionId='32';
update pac_v2_ui_options set optionName ="Source" where optionId='57';
update pac_v2_ui_options set optionName ="Source" where optionId='43';

UPDATE `cf_AssetGroupDetails` SET `isVisible` = '0' WHERE `groupName` = 'redhat';

0 comments on commit f732f1b

Please sign in to comment.