Getting Data In

how to take confs for firewall app into pretrained defaults "syslog" sourcetype

Mag2sub
Path Finder

WE have a syslog ng infrastructure dumping logs and read by splunk default sourcetype "syslog" with defaut extractions ...down the line discover a firewall app...with some good points..how does one midway change the firewall app that was a UDP monitor to be changed to become a file monitor and sourcetype also changed ? along with all the interesting knowledge objects of that app ?

Is there some graceful way to do this without cleaning out data ?

Thanks

Tags (1)
0 Karma

lukejadamec
Super Champion

Create a new index for the file monitor.

Once you confirm that the monitor is recording data then you stop splunkd.

This will drop all new UDP messages, and roll the Monitor hot bucket to a warm bucket.

Next, with Splunk still stopped, delete the UDP input, and delete all of the warm buckets in the new Monitor index db folder.

Make note of the time (not really necessary).

To span the input break you need to call each index with the OR operator:

index=oldindex OR index=newindex

Restart Splunk.

The UDP inputs will no longer exist, and the monitor will pickup at the time Splunk was stopped (end UDP and start Monitor).

Might want to wait an hour or so before you try this for some real splunk guru to chime in. I'm a splunk guru in spirit only.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...