Post Upgrade Configurations for 12.2.2
Perform the following configuratons after upgrading to 12.2.2:
Procedure
-
From the base version Backup directory, restore the following files:
- <Installation Root Path>\DiscoverCaptureSocket.cfg
- <Installation Root Path>\DCMaint.cfg
- <Installation Root Path>\HBR_PipeLine-base.cfg
- <Installation Root Path>\Beats\filebeat\filebeat.yml
- <Installation Root Path>\Beats\winlogbeat\winlogbeat.yml
- <Installation Root Path>\Portal\WebApp\Web.config
- <Installation Root Path>\Portal\WebService\Web.config
- Navigate to <Discover_Installed_Dir>\Portal\WebApp directory.
-
In Web.config file, under AppSettings
section,
- Navigate to <Discover_Installed dir>\Portal\web\assets\data directory.
-
In appsettings.json file, under
Admin: section, replace {{localhost}} with Portal
server IP with the following lines:
"prodUrl": "https://{{localhost}}/PortalAPI/api/", "prodV1Url": "https://{{localhost}}/PortalV1/",Note: Only HTTPS URLs will work. -
In the same appsettings.json file, under
events: section, replace
"apiEventStuff": "{{API_BASE_URL}}Events/EventStuff",with"apiEventModuleLists": "{{API_BASE_URL}}Events/EventModuleLists". -
If you want to use NT authentication, in the same same
appsettings.json file, under
AuthenticationSchemes: within the
AuthConfig: section, add the following lines:
"NT": { "Name": "NT", "Enabled": false } - Restart all services of Portal/Report server.
-
For all Discover Windows components, place the HCL Discover Notices and
Information.txt at the following location:
<Installation Root Path>\
Implementing Friction Dashboard on Microsoft SQL Server or PostgreSQL Environment
Procedure
- Open the command prompt.
- Navigate to the Discover Installation directory.
- Run the file FrictionDashboard_SupportedEvents.bat
- Exit the command prompt.
- Log in to the Portal.
- Navigate to .
- Select the Import tab.
- Click the Choose File button and select the file Friction_HitAttribute_12.2.2.tle.
- Click Upload.
-
Click Import.
This will import the Friction Dashboard on Microsoft SQL Server or PostgreSQL environment.