To create new Qilk Sense Data Source go to Quality Gates -> Management Settings -> Data Sources -> QilkSense and click "Add":
Name - new Data Source name.
Host - relevant host (if it’s QS Desktop installed locally on same server as quilliup => localhost value can be used).
Port - relevant port (if it’s QS Desktop installed locally on same server as quilliup => usually port value will be 4848).
Protocol - choose http, https, ws or wss.
Authorization – could be of several types: Desktop, NTLM, NTLM and other credentials, Static Header or Anonymous:
-
Desktop - when it’s QS Desktop installed locally on same server as quilliup.
-
NTLM - connection with AD. By default, NTLM authentication is used to connect to a QS installation. When you connect to several QS servers on the same domain. Windows sends the credentials of the logged-on user and the domain.
https://help.qlik.com/en-US/sense-developer/February2020/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/GettingStarted/Getting-Started-Steps.htm
-
NTLM and other credentials - when connecting to QS Server on other domains, such as Azure or Amazon, or when needed to authenticate as a user other than the logged-on AD user. The credentials that should be used for authentication should be supplied.
https://help.qlik.com/en-US/sense-developer/February2020/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/GettingStarted/Getting-Started-Steps.htm
- Static header - value should be in format "proxy:username". It is easy to set up and therefore a good choice for a development environment or between trusted systems. In this example you will learn how to:
- Set up a virtual proxy with header authentication in the Qlik Management Console (QMC)
- Test the virtual proxy with Postman, using the QRS API
https://help.qlik.com/en-US/sense developer/February2020/Subsystems/Platform/Content/Sense_PlatformOverview/Examples/config-header-authentication.htm
-
Anonymous - QS can be accessed without supplying the user credentials. This is done by editing the virtual proxy property Anonymous access mode.
https://help.qlik.com/enUS/sense/June2019/Subsystems/ManagementConsole/Content/Sense_QMC/anonymous-authentication.htm
Application List Path - path to the file with list of QS application paths.
Assigned projects - quilliup Projects that can use this Data Source.
Test connection - will test the connection to QS by connecting to 1 QS app (won't return number of found QS applications).
Save button - will create and will save the QS apps list in CSV file (in format TimeStamp_apps.csv) in the path defined in quilliup Administration.
For more details see QlikSense Data Set manual: 2.2.1.4 QlikSense Data Set
https://quilliup.zendesk.com/hc/en-us/articles/360021746000-2-2-1-4-QlikSense-Data-Set
Comments
0 comments
Please sign in to leave a comment.