Getting Data In

monitoring /dev/console /dev/tty

JasonCzerak
Explorer

Has anyone figured out how to monitor /dev/console?

araitz
Splunk Employee
Splunk Employee

Can you be more specific as to why you want to monitor /dev/console and what you want to monitor for?

If you have root, in Python you can use read() or os.read() to open /dev/console, which you could use in a scripted input:

f = open('/dev/console', 'r')
# do stuff like read()
0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...