Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winlogbeat fails to Start when deployed using Salt #53613

Open
dfoley84-zz opened this issue Jun 26, 2019 · 2 comments
Open

Winlogbeat fails to Start when deployed using Salt #53613

dfoley84-zz opened this issue Jun 26, 2019 · 2 comments
Labels
Bug broken, incorrect, or confusing behavior severity-high 2nd top severity, seen by most users, causes major problems Windows
Projects

Comments

@dfoley84-zz
Copy link

While deployment of Winlogbeat seems fine within Salt, and installed the module within the Windows Servers it fails to start the service

Setup

copy_files:
  file.recurse:
    - source: salt://sent/winlog/
    - name: C:\Program Files\Winlogbeat\
    - makedirs: true

run_install:
  cmd.run:
    - name: '.\install-service-winlogbeat.ps1'
    - shell: powershell
    - cwd:  C:\Program Files\Winlogbeat

run_install1:
  cmd.run:
    - name: '.\winlogbeat.exe setup'
    - cwd: C:\Program Files\Winlogbeat

Start:
  cmd.run:
    - name: 'Start-Service winlogbeat'
    - shell: powershell

Steps to Reproduce Issue

(Include debug logs if possible and relevant.)

Versions Report

root@salt:/srv/salt# salt --versions-report
Salt Version:
           Salt: 2019.2.0

Dependency Versions:
           cffi: Not Installed
       cherrypy: unknown
       dateutil: 2.6.1
      docker-py: 3.7.0
          gitdb: 2.0.3
      gitpython: 2.1.8
          ioflo: Not Installed
         Jinja2: 2.10
        libgit2: Not Installed
        libnacl: Not Installed
       M2Crypto: Not Installed
           Mako: 1.0.7
   msgpack-pure: Not Installed
 msgpack-python: 0.5.6
   mysql-python: Not Installed
      pycparser: Not Installed
       pycrypto: 2.6.1
   pycryptodome: Not Installed
         pygit2: Not Installed
         Python: 2.7.15+ (default, Nov 27 2018, 23:36:35)
   python-gnupg: 0.4.1
         PyYAML: 3.12
          PyZMQ: 16.0.2
           RAET: Not Installed
          smmap: 2.0.3
        timelib: Not Installed
        Tornado: 4.5.3
            ZMQ: 4.2.5

System Versions:
           dist: Ubuntu 18.04 bionic
         locale: UTF-8
        machine: x86_64
        release: 4.15.0-1032-aws
         system: Linux
        version: Ubuntu 18.04 bionic
@Akm0d Akm0d added v2019.2.0 unsupported version Bug broken, incorrect, or confusing behavior info-needed waiting for more info labels Jul 2, 2019
@Akm0d Akm0d added this to the Blocked milestone Jul 2, 2019
@Akm0d Akm0d added Windows and removed info-needed waiting for more info labels Jul 2, 2019
@Akm0d Akm0d modified the milestones: Blocked, Approved Jul 2, 2019
@stale
Copy link

stale bot commented Jan 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.

@stale stale bot added the stale label Jan 8, 2020
@waynew waynew added the Confirmed Salt engineer has confirmed bug/feature - often including a MCVE label Jan 8, 2020
@stale
Copy link

stale bot commented Jan 8, 2020

Thank you for updating this issue. It is no longer marked as stale.

@stale stale bot removed the stale label Jan 8, 2020
@sagetherage sagetherage removed v2019.2.0 unsupported version Confirmed Salt engineer has confirmed bug/feature - often including a MCVE labels May 18, 2020
@sagetherage sagetherage added this to To do in Windows via automation May 21, 2021
@sagetherage sagetherage added the severity-high 2nd top severity, seen by most users, causes major problems label May 21, 2021
@sagetherage sagetherage added the Phosphorus v3005.0 Release code name and version label Jun 18, 2021
@sagetherage sagetherage modified the milestones: Approved, Phosphorus Jun 18, 2021
@Ch3LL Ch3LL removed the Phosphorus v3005.0 Release code name and version label Mar 30, 2022
@anilsil anilsil removed this from the Chlorine v3007.0 milestone May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior severity-high 2nd top severity, seen by most users, causes major problems Windows
Projects
Windows
  
To do
Development

No branches or pull requests

6 participants