Splunk Search

Extract Log Data

GRC
Path Finder

Hi Team,

I am pulling hair to figure out a query to extract data into a table with following information. 

  • stopping system logging (rsyslog) 
  • stopping the Tripwire agent
  • stopping the Splunk agent

In hosts. Also want to know who stopped/disabled those services at what time so I can reconcile it with approved changes. 

Really appreciate if someone can help.

Thank you.

Labels (1)
Tags (1)
0 Karma

nmohammed
Contributor

@GRC 

Sample log events data will help to work further on your request.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

We need to know more to offer specific help.  For example, what platform?  What does the data look like?

---
If this reply helps you, Karma would be appreciated.

GRC
Path Finder

Hi @richgalloway 

The data is in Splunk.

The logs are in the xxx_log..

 

Thank you in advance. 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Yes, I guessed the data is in Splunk, but is it Windows data, Linux data, or some other source?

As already suggested, it's very helpful to see sample events.

---
If this reply helps you, Karma would be appreciated.
0 Karma

GRC
Path Finder

@richgalloway @nmohammed Thank you. 

Here are some sample logs: 

This is one source:

Oct 21 15:13:51 swc-03-jals rsyslogd: [origin software="rsyslogd" swVersion="1.24.5-57.el5_9.1" x-pid="1313" x-info="http://www.rsyslog.com"] start
host = edc-03-jals
index = linux_logs
source = /var/log/messages
sourcetype = syslog

The other one is: 

Oct 21 12:40:15 keybox sudosh: i3ev9zjyY46UEJPj jasan: service rsyslog start
host = keybox
index = sudosh_app_pro
source = /var/log/hosts/messages
sourcetype = sudosh_app

Oct 21 12:40:09 keybox sudosh: i3ev9zjyY46UEJPj jasan: service rsyslog stop
host = keybox
index = sudosh_app_pro
source = /var/log/hosts/messages
sourcetype = sudosh_app

I want to combine these 2 sources into a single table and found who started or stopped rsyslog service at what time.

 

Thank you

Tags (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

It's not (mostly) about querying the data you already have. It's more about what information you have in your logs.

Typically, unless you have some other means of monitoring the system, you only get the info that a service has been started/stopped/restarted and so on coming from either the service itself or in some cases the init process (usually the systemd these days). But if you don't have any other method of monitoring your users activity, you won't know who was responsible for stopping the service because you don't have this information in your logs.

OK, you could do some correlations between logged-in sessions and the time of service start/stop but it's easily defeatable by running a process with a delayed action (like running a "sleep 3600 && systemctl restart rsyslogd" in a screen). You would also not be able to tell which user did something in case of more than one user logged in at the same time.

So the general problem is not how to search for this data in splunk but rather how to get this data from your source and - most importantly - whether the source does log this at all.

There are many ways of approaching user activity logging and that's definitely out of scope of the splunk forum - the only connection is that there are some ready-made apps for some solutions (like auditd) but that's it. You still have to do most of the work on the source side.

OK. I see that some of your logs show sudo activity. That can be traced indeed. But that's where it gets a bit more complicated. It all comes down what you want to find.

If you just want to find all sudo logs where someone launched a "sevice <whatever> <command>" command, that's relatively easy but it doesn't tell you anything about the service behaviour itself. So it all boils down on what _precisely_ would be your requirement.

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...