Module hp

hp library

Developers could use content of hp library in packages development and packages tests.

EventChannel

hp.EventChannel.file EventChannel.file
hp.EventChannel.splunk EventChannel.splunk
hp.EventChannel.console EventChannel.console
hp.EventChannel.hpsvc EventChannel.hpsvc
hp.EventChannel.esm EventChannel.esm

Entities

hp.FileEntity FileEntity
hp.ProcessEntity ProcessEntity

Modules

hp.underscore underscore library (will probably replaced with fun).
hp.version version library.
LOG Predefined global logger to process default console
DBG Predefined global logger to debug output

Fields

hp.agent.id agent UUID
hp.agent.name agent name
hp.engine wgere the script executed ("sensor" - inside a process , "service" - inside Hyperionix Service, "hdk" - HDK)


EventChannel

hp.EventChannel.file
EventChannel.file
hp.EventChannel.splunk
EventChannel.splunk
hp.EventChannel.console
EventChannel.console
hp.EventChannel.hpsvc
EventChannel.hpsvc
hp.EventChannel.esm
EventChannel.esm

Entities

hp.FileEntity
FileEntity
hp.ProcessEntity
ProcessEntity

Modules

hp.underscore
underscore library (will probably replaced with fun). Used for function style programming
hp.version
version library. Used to compare numeric file versions
LOG
Predefined global logger to process default console

Usage:

    LOG:dbg("debug")
    LOG:wrn("warning")
    LOG:err("error")
    LOG:pp({a = 5}) -- print tables
    LOG:pp({a = 5}, 1) -- print tables with depth
DBG
Predefined global logger to debug output

Usage:

    The same as for LOG

Fields

hp.agent.id
agent UUID
hp.agent.name
agent name
hp.engine
wgere the script executed ("sensor" - inside a process , "service" - inside Hyperionix Service, "hdk" - HDK)
generated by LDoc 1.4.6 Last updated 2020-05-23 07:05:11