首页 > 系统相关 >在Windows中运行Filebeat(Running Filebeat in windows)

在Windows中运行Filebeat(Running Filebeat in windows)

时间:2023-07-31 17:44:38浏览次数:43  
标签:Files PS Filebeat exe Windows filebeat windows Program

 

我最近使用这些说明在Windows上设置了filebeat

https://www.elastic.co/downloads/beats/filebeat

但它迫使我保持​​cmd提示打开运行命令

filebeat.exe -c filebeat.yml

我想知道是否有办法将其作为后台进程运行?

谢谢。



I set up filebeat on windows recently using these instructions

https://www.elastic.co/downloads/beats/filebeat

but it forces me to keep a cmd prompt open running the command

filebeat.exe -c filebeat.yml

I am wondering if there is a way to run this as a background process?

Thanks.

更新时间:2022-08-27 07:08

最满意答案

尝试浏览Filebeat的完整入门指南 。 有Windows的说明。 基本上说明是:

  1. 随处提取下载文件。

  2. 将解压缩的目录移动到Program Files中。

    PS > mv filebeat-5.1.2-windows-x86_64 "C:\Program Files\Filebeat"
    
  3. 安装filebeat服务。

    PS > cd "C:\Program Files\Filebeat"
    PS C:\Program Files\Filebeat> powershell.exe -ExecutionPolicy UnRestricted -File .\install-service-filebeat.ps1
    
  4. 编辑filebeat.yml配置文件并测试您的配置。

    PS C:\Program Files\Filebeat> .\filebeat.exe -e -configtest
    
  5. (可选)在前台运行Filebeat以确保一切正常。 按Ctrl + C退出。

    PS C:\Program Files\Filebeat> .\filebeat.exe -c filebeat.yml -e -d "*"
    
  6. 启动服务。

    PS > Start-Service filebeat
    

如果您需要停止它,请使用Stop-Service filebeat 。 如果要更改配置,可能需要将其停止并启动它。



Try walking through the full Getting Started guide for Filebeat. There are instructions for Windows. Basically the instructions are:

  1. Extract the download file anywhere.

  2. Move the extracted directory into Program Files.

    PS > mv filebeat-5.1.2-windows-x86_64 "C:\Program Files\Filebeat"
    
  3. Install the filebeat service.

    PS > cd "C:\Program Files\Filebeat"
    PS C:\Program Files\Filebeat> powershell.exe -ExecutionPolicy UnRestricted -File .\install-service-filebeat.ps1
    
  4. Edit the filebeat.yml config file and test your config.

    PS C:\Program Files\Filebeat> .\filebeat.exe -e -configtest
    
  5. (Optional) Run Filebeat in the foreground to make sure everything is working correctly. Ctrl+C to exit.

    PS C:\Program Files\Filebeat> .\filebeat.exe -c filebeat.yml -e -d "*"
    
  6. Start the service.

    PS > Start-Service filebeat
    

And if you need to stop it, use Stop-Service filebeat. You might need to stop it and start it if you want to make changes to the config.

标签:Files,PS,Filebeat,exe,Windows,filebeat,windows,Program
From: https://www.cnblogs.com/cheyunhua/p/17594048.html

相关文章

  • Windows 实例如何开放端口
    矩池云Windows实例相比于Linux实例,除了在租用机器的时候自定义端口外,还需要在Windows防火墙中添加入口规则。接下来将教大家如何设置Windows防火墙,启用端口。租用成功后通过RDP链接连接服务器,然后搜索防火墙,点击搜索结果中的WindowsDefender防火墙。在设置页面,点击......
  • windows配置本地ssl证书
    打开php.ini文件,搜索curl.cainfo,替换为一下文件,cacert.pem是证书 curl.cainfo=D:\web\phpEnv\cacert.pem  ......
  • 开发者也不知道?Windows 8/7…
    导读:Windows/Windows8/WinPhone7/WinPhone8/SurfaceRT/SurfacePro/WindowsPhoneMarketplace/WindowsStore之间的关系和区别。前几天流行一个段子:@师北宸:我如果招聘科技编辑的话,就让面试的人谈一个问题:Windows/Windows8/WinPhone7/WinPhone8/SurfaceRT/Su......
  • python windows 开发环境搭建
    PythonWindows开发环境搭建作为一名经验丰富的开发者,我很乐意指导你如何搭建PythonWindows开发环境。本文将提供一个详细的步骤表格,并为每个步骤提供相应的代码和注释。让我们开始吧!步骤一:安装Python步骤描述1下载Python安装程序并运行。2选择“AddPythonto......
  • iTOP-RK3568开发板Windows 安装 RKTool 驱动
    在烧写镜像之前首先需要安装RKTool驱动。RKTool驱动在网盘资料“iTOP-3568开发板\01_【iTOP-RK3568开发板】基础资料\02_iTOP-RK3568开发板烧写工具及驱动”路径下。驱动如下图所示:解压缩后,进入文件夹,如下图所示:点击“DriverInstall.exe”,如下图所示:如果出现提示,选择安装,如下......
  • IIS创建网站报错 \\?\C:\Windows\inetsrv\config\applicationHost.config
    ​ ​​编辑​​编辑 现象:IIS创建不了网站,IIS配置没有发生改变 原因:服务器C盘无空间,释放空间后问题解决。​......
  • windows 获取系统中所有应用程序
    前言:  记录下。重点    RegistryView.Registry64与RegistryView.Registry32。有些程序在Registry64中,有些程序在Registry32中。 代码查看代码varlocalMachine=RegistryKey.OpenBaseKey(RegistryHive.LocalMachine,RegistryView.Registry64......
  • Windows五次Shift漏洞
    Windows五次Shift漏洞标签(空格分隔):网络攻防技术实验原理当我们使用计算机时,连续按下5次shift键会弹出一个程序。该程序名称为“sethc.exe”,其路径为“c:\windows\system32\sethc.exe”。原理该系统漏洞由于部分Win7及Win10在未进入系统时,可以通过连续按5次shift键弹出seth......
  • Windows漏洞CVE-2019-0708
    Windows漏洞CVE-2019-0708标签(空格分隔):网络攻防技术1.python-exp攻击步骤(1)开启Windows7的远程桌面服务:在windows7系统中依次选择【控制面板】→【系统和安全】→【允许远程访问】打开远程访问服务。(2)下载漏洞利用脚本:在互联网上搜索CVE-2019-0708相关的漏洞利用脚本,可......
  • Windows系统安装使用Scoop包管理器
      前言Scoop是Windows的命令行安装程序。如果用过Linux系统,使用apt-get工具安装过软件,或者用过Python,知道pip工具用于管理Python各种依赖包,那么理解Scoop就比较容易,这些工具的设计理念与使用方法都非常类似。Scoop一般用来管理绿色软件,即是一种通过解压压缩包即可就地使......