All Apps and Add-ons

Splunk app FTP Receiver troubleshooting

MeenaGoel
Engager

We have installed FTP Receiver app and followed configuration as advised by author Luke Murphey on github.

However, when we want to check if the app is running by the following SpL, we get nothing. Does it mean FTP receiver is running successfully ?

index=_internal sourcetype=ftp*

Tags (2)

jnudell_2
Builder

Hi @MeenaGoel ,

No, if you're not getting any information in the _internal index for the ftp* sourcetype, the app is probably not running properly. You can check to see if the app is running by looking at the ports the host is listening on. If the app is running you should see the host listening on port(s) 20 & 21 (default FTP ports).

You can also test connectivity by issuing an FTP connection to the host to see if it responds, asking for a username and password.
https://www.cyberciti.biz/faq/linux-unix-ftp-commands/

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...