In this post, we configure a Kibana Data View within SOF-ELK to start visualizing log data from opf-mbr01
. This step is critical for enabling dashboards, visualizations, and practical triage in OPFORGE.
✅ Check
- Confirm Winlogbeat JSON files are arriving on
opf-log01
- Logstash is processing input without parse errors
- Events such as 4624 and 4688 appear in the
winlogbeat-*
index - Kibana is reachable at
http://opf-log01:5601
⚙️ Do
Navigate to Kibana → Stack Management → Data Views
Click Create Data View
Use the following configuration:
- Data view name:
winlogbeat-*
- Time field:
@timestamp
- Data view name:
Save and confirm the new data view.
Navigate to Discover and ensure events populate in timeline view.
🔍 Check
- Search for
event.code:4624
and confirm results - Validate timeline accuracy using filters like
host.name
,user.name
- Save the view for future use in dashboards or alerts
- Tag the saved object as
opforge
in Kibana for organization
Tip: You can also explore creating dashboards for high-fidelity events like
1102
(Log Clear) or4688
(Process Creation).