Hi
trying to build a dashboard for user gateaccess, How to visualise this in a live data.
I am looking for some inbuilt visuaisations that helps for this, something like a missilemap but for user moving from one gate to other
Good day to you. may I ask you to provide more details pls.
1) what kinds of data you have ingested into Splunk so far
2) what details about the employees are already available inside the Splunk?
3) is it the employee id card login and logout details are already available inside the Splunk?
Hi
@inventsekar thanks for responding
I have user gatelogs .
my logs look something like this
user=john gate=gate1 action="IN" use_id=12345
i am trying to visualise this in such a way that i have a live dashboard which shows me which users are passing through which gate
>>> i am trying to visualise this in such a way that i have a live dashboard which shows me which users are passing through which gate
"visualizing" this thru a "live dashboard".... i understand this requirement but it may be difficult to implement.
maybe, reconsider like this:
1. have a basic dashboard with two panels
2. one panel, simple in design, for the gate1, this panel will show you which emp_id crosses this gate1 at what time
time emp_id
9am 1234
9:05am 2383
3. and have another panel for gate2 in the same design logic.
4. auto-refresh this dashboard for every, say 30 sec (increase or decrease this depending on ur requirement)
5. you can have more panels, like missing person (emp_id who entered thru gate1 but not existed thru gate2, etc)
Pls add karma / upvote to any post which helped you in any way, thanks.