Analytics 编辑
Analytics
The analytics subsection of the operations section has a structure similar to the components section. Each element in the analytics section is used to configure the Citrix ADM Analytics feature for one or more virtual servers created by the StyleBook.
An element in the analytics section has the following attributes:
Attribute | Description | Mandatory |
---|---|---|
name | Name of the analytics element. | Yes |
description | A text string describing what this element is. | No |
condition | A boolean expression. When this condition evaluates to false, the entire analytics element is skipped. | No |
repeat | Iterates over a list. | No |
repeat-condition | A boolean expression. If the expression evaluates to false, the current iteration is skipped. | No |
repeat-item | Name of the item in the current iteration. | No |
repeat-index | Name of the index value of the current iteration. | No |
properties | The list of properties of analytics. | Yes |
target | One of the properties in the list. The target expression is the name of a virtual server, configured on the Citrix ADC, for which analytics will be collected. | Yes |
filter | One of the properties in the list. The value of this attribute is a Citrix ADC advanced policy expression that is used to filter the requests on the virtual server for which analytics will be collected. By default, the analytics data is collected on all the traffic passing through the virtual server. | No |
Example:
operations:
analytics:
-
name: lbvserver-ops-comp
properties:
target: $components-basic-lb-comp.outputs.lbvserver-name
filter: HTTP.REQ.URL.CONTAINS("catalog")
insights:
-
type: webinsight
<!--NeedCopy-->
Each attribute in the analytics section is used to instruct the Citrix ADM Analytics feature to configure the Citrix ADC instances to collect AppFlow records on the virtual server identified by the target property.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论