Deployment Architecture

Single Splunk Instance / No Forwarders

lschifano
Engager

Greetings, 

Within my infrastructure, I am hoping to setup a single Splunk instance to ingest uploaded logs for analysis and correlation purposes. The instance would not require forwarders. Is it possible to set Splunk up in this way?

Any help or direction is appreciated!

0 Karma
1 Solution

s2_splunk
Splunk Employee
Splunk Employee

You are welcome. If this answered your question, please mark the question as 'solved' for posterity.

THANKS!

View solution in original post

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

Absolutely, you can do that. Splunk by default ingests and indexes its own log files from the server it runs on, so you can take a look at how this is setup in etc/system/default/inputs.conf.

Or you can use the UI to upload your file(s) for indexing, but there is a 500MB size limit for that approach.

Probably the easiest approach is to create a directory on your server where you place the log files for ingest. The documentation here should get you started.

There is also a way to configure Splunk to 'destructively' read and ingest a file in batch (sinkhole) and you can use the CLI for a oneshot data upload.

None of this requires a forwarder. 

Good luck!

0 Karma

lschifano
Engager

Fantastic. Thank you for the response!

 

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

You are welcome. If this answered your question, please mark the question as 'solved' for posterity.

THANKS!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...