Citrix应用程序交付管理

操作

操作

操作是样本中的一个可选部分。在本节中,您可以配置Citrix应用程序交付管理(ADM)分析,以收集有关所有或部分流量事务的演示applow记录。使用样本在Citrix ADC实例上创建的虚拟服务器处理这些流量事务。在本节中,您还可以将Citrix ADM配置为在虚拟服务器上满足某些流量条件时触发警报。

您可以通过样本配置Citrix ADM,从以下列出的各种Citrix ADM见解收集流量统计信息:

  • Web的洞察力
  • 安全的洞察力
  • HDX洞察力
  • Citrix Gateway洞察。

支持的虚拟服务器包括负载平衡,内容交换和VPN虚拟服务器。

启用网络和安全洞见或其中一个功能,以便在负载平衡或内容交换虚拟服务器上进行分析。但是,对于VPN虚拟服务器,您必须同时启用HDX洞察力和Citrix网关智能分析或其中一个。

通过样本在Citrix ADC实例上启用的任何Citrix ADM洞察力都使用IPFIX协议(演示applow)将数据从实例发送到Citrix ADC。

此外,启用Web Insight时,在负载平衡和内容交换虚拟服务器上启用“客户端测量”。

示例 1

以下示例说明如何在样书中编写操作部分,以便在VPN虚拟服务器上同时启用HDX洞察力能分析和Citrix网关智能分析:

import-stylebooks: - namespace: netscaler. nitn .config version: "10.5" prefix: ns components: - name: vpnvserver-comp type: ns::vpnvserver properties: name: str(" VPN -") + str($current-target.ip) servicetype: SSL ipv46: 1.1.21.37 port: 443 operations: analytics: - name: comp- properties: target: $components. name: name: comp- name: netscaler. nitn .config version: "10.5"Vpnvserver-comp filter: "true" insights:—类型:hdxinsight**—类型:gatewayinsight输出:—名称:myvpns值:$components。vpnvserver-comp < !——NeedCopy >

示例 2

以下示例演示如何在样本中编写操作部分,以便在负载平衡虚拟服务器上同时启用网络和安全洞见:

import-stylebooks: - namespace: netscaler.nitro.config version: "10.5" prefix: ns components: - name: lbvserver-comp type: ns::lbvserver properties: name: str(" LB -") + str($current-target.ip) servicetype: HTTP ipv46: 1.1.21.37 port: 80 operations: analytics: - name: comp-ops properties: target: $components. name: simple-lb-ops namespace: com.example.stylebooks schema-version: "1.0" version: "0.1" description: Test StyleBook to enable webinsight and securityinsight on LB vserver。Lbvserver-comp filter: "true" insights:—type: webinsight—type: securityinsight输出:—name: mylbs值:$components。lbvserver-comp < !——NeedCopy >
操作

在本文中