I am currently in the module “SIEM Visualization Example 4: Users added or removed from a local group (within a specific time period)” and I need to have the following configuration in elastic. The problem is that I’m not getting any results and I think the settings are fine. Could someone correct me?
My conf:
filters: “event.code: is one of 4732, 4733” “group.name: administrators”
rows: username.keyword / winglog.event_data.MemberSid.keyword / group.name.keyword / event.action.keyword / host.name.keyword
PS: I can’t post images of the configuration because I am a new user on the forum.
Thank you, I was stuck on this for a while because it defaulted to ‘per week’. Changing this to ‘per day’ fixed it, and the answer was the same whether I used ‘event.created per day’ or ‘@timestamp per day’.
Make sure the filter is entered correctly:
Field: event.code
Operator: is one of
Values: 4732 (and separately) 4733 - they should show in different boxes, each with a ‘X’ next to them
some times the answer is really simple.
don’t forget we are actually already changing the time range at the end of this section. Considering that you will get the answer.