OperatorsdropVersion: v4.22On this pagedropRemoves fields from the event.drop field...DescriptionRemoves the given fields from the events. Issues a warning if a field is not present.Examplesfrom { src: 192.168.0.4, dst: 192.168.0.31, role: "admin", info: { id: "cR32kdMD9", msg: 8411, }, } drop role, info.id ―――――――――――――――――――― { src: 192.168.0.4, dst: 192.168.0.31, info: {msg: 8411}, }