Palantir Foundry Connector 2.0 for SAP Applications Cockpit(Palantir Foundry Connector 2.0 for SAP Applications Cockpit(控制台))¶
The Palantir Foundry Connector 2.0 for SAP Applications ("Connector") Cockpit is an interface to administer the Connector parameters. It can be reached from the SAP GUI by an SAP user, using the /n/PALANTIR/COCKPIT transaction code.
Administration¶
This tab provides access to the main tools used to administer the Connector.
Maintain configuration table¶
Core Connector parameters are maintained in this configuration table. These parameters control the Connector behavior.
The parameters are explained in the documentation on performance parameters, on how to configure the Remote Agent and register the Connector, and on parameters used to address known SAP issues.
Set default configuration parameters¶
Default parameters can be maintained in the Connector's parameters table. These parameters act as system defaults unless overridden elsewhere.
| Parameter ID | Parameter Name | Parameter Name |
|---|---|---|
| SYSTEM_THRESHOLD | CPU_LOAD | 95 |
| SYSTEM_THRESHOLD | MEMORY_FREE | 11 |
| PAGE | PAGESIZE | 50000 |
| SLT | PAGESIZE | 52437000 |
| SLT | FETCH_OPTION | XML |
| SLT | DEBUG_MODE | OFF |
User authorization check¶
This tool checks whether the user has all the necessary authorizations defined in the /PALANTIR/SERVICE_USER role.
Data transfer monitor¶
This tab contains settings used to control how data transfer is logged by the Connector.
Adjust log tables¶
This option will adjust log tables to schedule a job to clear logs. This option is useful when upgrading from version v1.4.0 or earlier. New fields were added to database tables; this will populate the new fields from existing records. If you started running Foundry syncs with version 1.4.0 or after, there is no need to use this option.
Foundry sync log report¶
This option reports log headers, log item and page information for all Foundry syncs.
Clear logs¶
This tab contains settings used to control log retention.
Schedule Job¶
This options schedules a job to clear log tables. Parameters are as follows:
- Recovery: Indicates how many hours later the scheduled job will restart. In other words, it is the frequency of the scheduled job in hours. Default:
24(meaning the job will run daily). - Data with low relevance: Indicates how many days item data (low relevance) is held before it is deleted. Item data includes the message of log items, page item table, and item data of incremental table information. Default:
31(meaning item data will be deleted after 1 month). - Data with high relevance: Indicates how many days header data (high relevance) is held before it is deleted. Default:
365(meaning header data will be deleted after 1 year). For incremental updates, this parameter should be at least 31. - Only if transferred to Foundry: Indicates that when item data is deleted, only data transferred to Foundry is deleted. If this parameter is enabled, all data which cannot be transferred to Foundry yet will also be deleted. Default: Enabled.
For more details, see Set up and configure housekeeping
Sensitive data¶
This tab gives access to settings that control how to handle sensitive data.
Encryption and data masking configurations¶
Data masking and encryption can be maintained from the Data Masking tab.
Configuration is set on the Object Type, Object and Field level, using the following parameters:
- Object Type: Object type of the source object. Possible entries are:
- TABLE
- BEX
- EXTRACTOR
- FUNCTION
- INFOPROVIDER
- SLT
- Object: Object name. (SFLIGHT was used in the example above.)
- Field: Field to be masked/encrypted after reading. New rows need to be created for each field in the output.
- Masking Pattern Engine: Engine to be used during pattern matching. Regular expressions are supported.
- Pattern: Pattern to be used for pattern matching. Leaving blank will match the entire field value by default.
- Mask Character: Mask value to be replaced after pattern matching. Possible entries are:
- Clear Matched Characters – Replace pattern with blank space.
- '* : Replace pattern with * character. Each character will be replaced with a star symbol.
- '# : Replace pattern with # character. Each character will be replaced with a hash symbol.
- Encryption Algorithm: Algorithm to be used during encryption. The supported algorithm is AES12CBC.
- Hashing Algorithm: Algorithm to be used during hashing. Supported algorithms are:
- MD5
- SHA1
- SHA256
- Masked Column Display: Display/hide masked column. Options are:
- Display in the same column: Masked column will be displayed under the original column name. Masking attributes needs to be filled in.
- Display in a new column: Masked column will be displayed in COL_NAME_MASKED column.
- Hide Column: Masked column won't be displayed.
- Encrypted Column Display: Display/hide encrypted column. Options are:
- Display in the same column: Encrypted column will be displayed under the original column name. Encryption attributes need to be filled in.
- Display in a new column: Encrypted column will be displayed in COL_NAME_ENC column.
- Hide Column: Encrypted column won't be displayed.
- Hashed Column Display: Display/hide hashed column. Options are:
- Display in the same column: Hashed column will be displayed under the original column name. Hashing attributes needs to be filled in.
- Display in a new column: Hashed column will be displayed in COL_NAME_HASH column.
- Hide Column: Hashed column won't be displayed.
Once configuration has been completed, users can return to the SAP Cockpit Screen.
Prefilters¶
Global filters (prefilters) are used to control sensitive data extracted from SAP systems. SAP administrators can specify predefined filters and these filters are added to the ones requested from Foundry. Even if these filter values are not specified in the sync definition in Foundry, they will be automatically added to the request.
To specify filters, use the same syntax used in a Foundry sync definition. Learn more about the sync syntax.
中文翻译¶
Palantir Foundry Connector 2.0 for SAP Applications Cockpit(控制台)¶
Palantir Foundry Connector 2.0 for SAP Applications("连接器")的 Cockpit(控制台) 是一个用于管理连接器参数的界面。SAP 用户可通过 SAP GUI 使用事务代码 /n/PALANTIR/COCKPIT 访问该界面。
Administration(管理)¶
此选项卡提供用于管理连接器的主要工具的访问入口。
Maintain configuration table(维护配置表)¶
核心连接器参数在此配置表中进行维护。这些参数控制连接器的行为。
相关参数说明请参见以下文档:性能参数、如何配置远程代理并注册连接器,以及用于解决已知 SAP 问题的参数。
Set default configuration parameters(设置默认配置参数)¶
默认参数可在连接器的参数表中进行维护。除非在其他地方被覆盖,否则这些参数将作为系统默认值生效。
| 参数 ID | 参数名称 | 参数名称 |
|---|---|---|
| SYSTEM_THRESHOLD | CPU_LOAD | 95 |
| SYSTEM_THRESHOLD | MEMORY_FREE | 11 |
| PAGE | PAGESIZE | 50000 |
| SLT | PAGESIZE | 52437000 |
| SLT | FETCH_OPTION | XML |
| SLT | DEBUG_MODE | OFF |
User authorization check(用户授权检查)¶
此工具用于检查用户是否拥有 /PALANTIR/SERVICE_USER 角色中定义的所有必要授权。
Data transfer monitor(数据传输监控器)¶
此选项卡包含用于控制连接器如何记录数据传输的设置。
Adjust log tables(调整日志表)¶
此选项将调整日志表,以安排清理日志的作业。从 v1.4.0 或更早版本升级时,此选项非常有用。数据库表中新增了字段;此操作将根据现有记录填充新字段。如果您从 1.4.0 或更高版本开始运行 Foundry 同步,则无需使用此选项。
Foundry sync log report(Foundry 同步日志报告)¶
此选项报告所有 Foundry 同步的日志头、日志项和页面信息。
Clear logs(清除日志)¶
此选项卡包含用于控制日志保留的设置。
Schedule Job(计划作业)¶
此选项用于安排清理日志表的作业。参数如下:
- Recovery(恢复间隔): 表示计划作业将在多少小时后重新启动。换句话说,即计划作业的频率(以小时为单位)。默认值:
24(表示作业每天运行一次)。 - Data with low relevance(低相关性数据): 表示低相关性项目数据在删除前保留的天数。项目数据包括日志项的消息、页面项表以及增量表信息的项目数据。默认值:
31(表示项目数据将在 1 个月后删除)。 - Data with high relevance(高相关性数据): 表示高相关性头数据在删除前保留的天数。默认值:
365(表示头数据将在 1 年后删除)。对于增量更新,此参数应至少为 31。 - Only if transferred to Foundry(仅当已传输至 Foundry 时): 表示删除项目数据时,仅删除已传输至 Foundry 的数据。如果启用此参数,则所有尚未传输至 Foundry 的数据也将被删除。默认值:已启用。
更多详情,请参见设置和配置清理任务。
Sensitive data(敏感数据)¶
此选项卡提供用于控制如何处理敏感数据的设置。
Encryption and data masking configurations(加密与数据脱敏配置)¶
数据脱敏和加密可在 Data Masking(数据脱敏) 选项卡中进行维护。
配置在对象类型、对象和字段级别进行设置,使用以下参数:
- Object Type(对象类型): 源对象的对象类型。可选条目包括:
- TABLE
- BEX
- EXTRACTOR
- FUNCTION
- INFOPROVIDER
- SLT
- Object(对象): 对象名称。(上述示例中使用了 SFLIGHT。)
- Field(字段): 读取后需要脱敏/加密的字段。输出中的每个字段都需要创建新行。
- Masking Pattern Engine(脱敏模式引擎): 模式匹配时使用的引擎。支持正则表达式。
- Pattern(模式): 用于模式匹配的模式。留空则默认匹配整个字段值。
- Mask Character(脱敏字符): 模式匹配后替换的脱敏值。可选条目包括:
- Clear Matched Characters(清除匹配字符) – 将模式替换为空格。
- '*':将模式替换为 * 字符。每个字符将被替换为星号。
- '#':将模式替换为 # 字符。每个字符将被替换为井号。
- Encryption Algorithm(加密算法): 加密时使用的算法。支持的算法为 AES12CBC。
- Hashing Algorithm(哈希算法): 哈希时使用的算法。支持的算法包括:
- MD5
- SHA1
- SHA256
- Masked Column Display(脱敏列显示): 显示/隐藏脱敏列。选项包括:
- Display in the same column(在同一列中显示):脱敏列将在原始列名下显示。需要填写脱敏属性。
- Display in a new column(在新列中显示):脱敏列将在 COL_NAME_MASKED 列中显示。
- Hide Column(隐藏列):不显示脱敏列。
- Encrypted Column Display(加密列显示): 显示/隐藏加密列。选项包括:
- Display in the same column(在同一列中显示):加密列将在原始列名下显示。需要填写加密属性。
- Display in a new column(在新列中显示):加密列将在 COL_NAME_ENC 列中显示。
- Hide Column(隐藏列):不显示加密列。
- Hashed Column Display(哈希列显示): 显示/隐藏哈希列。选项包括:
- Display in the same column(在同一列中显示):哈希列将在原始列名下显示。需要填写哈希属性。
- Display in a new column(在新列中显示):哈希列将在 COL_NAME_HASH 列中显示。
- Hide Column(隐藏列):不显示哈希列。
配置完成后,用户可以返回 SAP Cockpit 屏幕。
Prefilters(预过滤器)¶
全局过滤器(预过滤器)用于控制从 SAP 系统提取的敏感数据。SAP 管理员可以指定预定义的过滤器,这些过滤器将添加到 Foundry 请求的过滤器中。即使这些过滤器值未在 Foundry 的同步定义中指定,它们也会自动添加到请求中。
要指定过滤器,请使用与 Foundry 同步定义相同的语法。了解更多关于同步语法的信息。