Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

The tags beginning with iam.hitachi identify events generated by Hitachi ID products.

Tag structure

The full tag must have four levels. The first two are fixed as iam.hitachi. The third and fourth levels identify the type and subtype of events sent. 

Technology

Brand

Type

Subtype

iam

hitachi

password

events

Therefore, the valid tags and tables include:

  • iam.hitachi.password.events

How is the data sent to Devo?

You can send the logs generated by Hitachi ID using the tool NXLog

Log samples

The following are sample logs sent to each of the iam.hitachi tags:

TagLog sample
iam.hitachi.password.events'2021-02-24 17:01:16.396 localhost=127.0.0.1 iam.hitachi.password.events: default[psf.exe(8028,12224)] User failed to identify.|Profile=|Target=PSYNCH|Identity=L00390135|Reason=Not Found'

And this is how the log would be parsed:

Field

Value

Type

hostchain

localhost=127.0.0.1

str

tag

iam.hitachi.password.events

str

layer

"default"

str

module

"psf.exe"

str

pid

"8028"

str

parent_pid

"12224"

str

message

"User failed to identify."

str

type

"User"

str

profile

null

str

target

'PSYNCH'

str

identity

'L00390135'

str

reason

'Not Found'

str

rawMessage

{"field1": "c", "field2": "789", "field3": "7.8.9.3", ...}

str

  • No labels