To log details about your PingAccess agents, you can add custom configuration to the agents and to the PingAccess system.
Agent information isn't included in agent responses by default, except for the agent's name. To include additional information in the logs, customize your PingAccess agents to include the agent header.
You must edit the /conf/log4j2.xml file to log the information included in the agent header. For more information, see Security audit logging.
For information about agent headers, see PAAP agent request.
Agent Header
The optional header vnd-pi-agent
allows the agent to
communicate information about itself and its deployment environment to PingAccess.
The syntax for the vnd-pi-agent
value conforms to a dictionary in
this specification, https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html#dictionary, where
member-values are constrained to be an sh-string
item.
The following header examples are all considered semantically equivalent:
vnd-pi-agent: v="1.0.0", h="apache.example.com", t="Apache 2.4.41"
vnd-pi-agent: v="1.0.0", h="apache.example.com"
vnd-pi-agent: t="Apache 2.4.41"
vnd-pi-agent: v="1.0.0"
vnd-pi-agent: h="apache.example.com"
vnd-pi-agent: t="Apache 2.4.41"