<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Systemctl on 知识铺的博客</title>
    <link>https://index.zshipu.com/geek001/tags/systemctl/</link>
    <description>Recent content in Systemctl on 知识铺的博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Tue, 07 May 2024 10:10:47 +0000</lastBuildDate>
    <atom:link href="https://index.zshipu.com/geek001/tags/systemctl/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux系统下Logstash服务的启停及配置</title>
      <link>https://index.zshipu.com/geek001/post/20240507/Linux%E7%B3%BB%E7%BB%9F%E4%B8%8BLogstash%E6%9C%8D%E5%8A%A1%E7%9A%84%E5%90%AF%E5%81%9C%E5%8F%8A%E9%85%8D%E7%BD%AE--%E7%9F%A5%E8%AF%86%E9%93%BA/</link>
      <pubDate>Tue, 07 May 2024 10:10:47 +0000</pubDate>
      <guid>https://index.zshipu.com/geek001/post/20240507/Linux%E7%B3%BB%E7%BB%9F%E4%B8%8BLogstash%E6%9C%8D%E5%8A%A1%E7%9A%84%E5%90%AF%E5%81%9C%E5%8F%8A%E9%85%8D%E7%BD%AE--%E7%9F%A5%E8%AF%86%E9%93%BA/</guid>
      <description>1、查看 1 systemctl status logstash 2、启动 1 systemctl start logstash 3、停止服务 1 systemctl stop logstash 4、添加config.reload.automatic命令参数，自动加载配置，不需要重新启动logstash 1 /usr/share/logstash/bin/logstash -f /home/fxd/logstash/tizi-fxd.conf --config.reload.automatic 5、通过配置文件启动logstash 1 /usr/share/logstash/bin/logstash -f /home/fxd/logstash/tizi-fxd.conf 6、后台运行logstash 加&amp;amp; 1 /usr/share/logstash/bin/logstash -f /home/fxd/logstash/tizi-fxd.conf --config.reload.automatic &amp;amp; 7、 查看后台运</description>
    </item>
  </channel>
</rss>
