-
-
-
-
-
-
Data Distribution and Separation (Routing to Multiple Backends)
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Data Distribution and Separation (Routing to Multiple Backends)
In some scenarios, it is necessary to distribute the data collected by uberAgent to different backend systems. Do you need to build an even more complex backend infrastructure for that? No, this can be achieved in an easy and straightforward way just by modifying the agent’s configuration.
Concept
uberAgent supports multiple data receivers per endpoint by default. Every timer and metric can be bound to one or multiple receivers. That architectural option gives you amazing flexibility out of the box.
The index name can be configured per receiver stanza as well. This makes it possible to configure the data retention per uberAgent metric based on the resulting index in the backend infrastructure.
Implementation
You can make use of this configuration as follows:
- Create a second (, third, ...)
[Receiver]
stanza. - Bind all
[Timer]
stanzas to the correct receiver based on your requirements. - Restart the uberAgent service.
Configuration Example
In this example, we are separating uberAgent’s inventory data by routing it to an additional Splunk environment.
Configure two [Receiver]
stanzas like this:
[Receiver]
Name = uberAgent
Type = Splunk
Protocol = TCP
Index = uberAgent
Servers = Server_A:19500
[Receiver]
Name = uberAgent_Inventory
Type = Splunk
Protocol = TCP
Index = uberAgent_Inventory
Servers = Server_B:19500
<!--NeedCopy-->
Bind all [Timer]
stanzas and the [OnDemand]
stanza to the default receiver uberAgent like this:
############################################
# On-demand metrics
############################################
[OnDemand]
Receivers = uberAgent
UA metric = LogonDetail
UA metric = LogonProcesses
UA metric = BootDetail
UA metric = ShutdownDetail
UA metric = StandbyDetail
UA metric = ProcessStartup
UA metric = OutlookPerformanceEvents
UA metric = ApplicationErrors
UA metric = ApplicationUIDelay
############################################
# Timer 1
############################################
[Timer]
Receivers = uberAgent
Name = Default timer
Comment = Metrics are placed here unless there is a reason to have them run at different frequencies or to isolate them
Interval = 30000
UA metric = ProcessDetailFull
UA metric = ApplicationUsage
UA metric = SessionCount
UA metric = SessionDetail
UA metric = SystemPerformanceSummary
UA metric = SMBClientSharePerformance
<!--NeedCopy-->
Configure only the inventory [Timer]
stanza (default: Timer 6) to use the uberAgent_Inventory
receiver:
############################################
# Timer 6
############################################
[Timer]
Receivers = uberAgent_Inventory
Name = Inventory
Comment = Perform an inventory at a very low frequency
Interval = 86400000
Start delay = 6000
Persist interval = true
Thread priority = background
UA metric = ApplicationInventory
UA metric = SoftwareUpdateInventory
UA metric = MachineInventory
UA metric = CitrixADCInventory
<!--NeedCopy-->
Result
As described in this example, you have the ability to granularly route uberAgent’s data on a per-metric level to different backend systems. That can be very handy to separate and distribute a subset of data to a specific group or to implement a per-metric data retention policy.
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.