【发布时间】:2022-12-27 22:38:32
【问题描述】:
If I am using an elasticsearch ingest pipeline in a Filebeat module, and I see the statement of: if: 'ctx.json?.userIdentity?.userName == null'
When json.userIdentity.userName is equal to null, what would the key/value pair look like when the if statement above would be true? {"json.userIdentity.userName":"null"}, {"json.userIdentity.userName":null}, or something else
In addition, is it fair to say that if the field doesnt exist, then the key is also equal to null?
This has been answered and is closed
【问题讨论】:
标签: elasticsearch elastic-stack filebeat elastic-beats