Splunk:TCP 端口数据输入未出现在搜索数据源中

发布于 2024-12-12 19:12:56 字数 458 浏览 1 评论 0原文

所以问题归结为 -

  1. 使用 nc 将我的 $ python script.py 的输出重定向到 TCP 端口。
  2. 捕获远程监听端口的数据。
  3. 现在,当我使用 nc 远程监听此端口号的流时,数据已正确重定向。
  4. 当我添加到数据输入以侦听 Splunk 中的端口时,我没有收到任何数据(没有来自龙卷风的系统日志或日志)。
  5. 此外,当我点击 Splunk 中的搜索选项卡(所有可视化)时,数据源中没有添加任何内容。
  6. 当我使用一个文件并使用 nc 将端口输出重定向到该文件,然后使用该文件作为 Splunk 的源时,它工作得很好。

现在,根据第 6 点,我可以通过将日志冗余地存储在临时文件和 Splunk 中来获得结果,但这是不需要的。根据第 4 点,当 Splunk 侦听我的 TCP 端口时,我的数据不会直接显示。

请帮忙。

So the problem comes down to -

  1. Redirecting the output of my $ python script.py to a TCP Port using nc.
  2. Capturing the data remotely listening to the Port.
  3. Now when I remotely listen this port number's stream using nc, the data is being redirected properly.
  4. When I add to Data Inputs to listen to the port in Splunk, I don't get any data(there is not syslog or logs from tornado).
  5. Also, there is nothing added to the data sources when I hit search tab in Splunk (all visual).
  6. When I use a file and redirect the port output to this file using nc and then use that file as a source for Splunk it works perfectly.

Now as per point 6, I would have get my results by redundantly storing my log in a temp file and Splunk which is not desired. And as per point 4, my data is not showing up directly when Splunk listens to my TCP port.

Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

有深☉意 2024-12-19 19:12:56

所以,问题是 - 当 nc 本身在 splunk 计算机上侦听端口号时,它并不作为 splunk 本身的数据源。这当然是有道理的,因为数据在到达 splunk 之前就会丢失给 nc。

这表明 splunk 中存在可以纠正的漏洞。他们确实指出了繁忙的端口,但他们也应该将我们的多个侦听器指向该端口。

我的问题结束了。

So, the problem was - When the port number is being listened by nc itself on the splunk computer, it wasn't coming as a data source in splunk itself. Which certainly makes sense as the data would be lost to nc before it reaches splunk.

This shows a loophole in splunk which could be corrected. They do point out busy ports but they should also point our multiple listeners at that port.

My question's closed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文