Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 3.33 KB

troubleshooting.md

File metadata and controls

18 lines (14 loc) · 3.33 KB

Troubleshooting LME install

Troubleshooting overview

Figure 1: Troubleshooting overview diagram

Diagram Ref Protocol information Process Information Log file location Common issues
a Outbound WinRM using TCP 5985 Link is HTTP, underlying data is authenticated and encrypted with Kerberos.

See this Microsoft article for more information
On the Windows client, Press Windows key + R. Then type 'services.msc' to access services on this machine. You should have:

‘Windows Remote Management (WS-Management)’
and
‘Windows Event Log’

Both of these should be set to automatically start and be running. WinRM is started via the GPO that is applied to clients.
Open Event viewer on Windows Client. Expand ‘Applications and Services Log’->’Microsoft’->’Windows’->’Eventlog-ForwardingPlugin’->Operational “The WinRM client cannot process the request because the server name cannot be resolved.”
This is due to network issues (VPN not up, not on local LAN) between client and the Event Collector.
b Inbound WinRM TCP 5985 On the Windows event collector, Press Windows key + R. Then type 'services.msc' to access services on this machine. You should have:

‘Windows Event Collector’

This should be set to automatic start and running. It is enabled with the GPO for the Windows Event Collector.
Open Event viewer on Windows Event Collector.

Expand ‘Applications and Services Log’->’Microsoft’->’Windows’->’EventCollector’->Operational

Also, in Event Viewer check the subscription is active and clients are sending in logs. Click on ‘Subscriptions’, then right click on ‘lme’ and ‘Runtime Status’. This will show total and active computers connected.
Restarting the Windows Event Collector machine can sometimes get clients to connect.
c Outbound TCP 5044.

Lumberjack protocol using TLS mutual authentication. Certificates generated as part of the easy install, and downloaded as a ZIP from the Linux server.
On the Windows event collector, Press Windows key + R. Then type 'services.msc' to access services on this machine. You should have:

‘winlogbeat’.

It should be set to automatically start and is running.
%programdata%\winlogbeat\logs\winlogbeat TBC
d Inbound TCP 5044.

Lumberjack protocol using TLS mutual authentication. Certificates generated as part of the easy install.
On the Linux server type ‘sudo docker stack ps lme’, and check that lme_nginx, lme_logstash, lme_kibana and lme_elasticsearch all have a current status of running. On the Linux server type:

‘sudo docker service logs -f lme_logstash’
TBC

Common Errors

Windows log with Error code 2150859027

If you are on Windows 2016 or higher and are getting Error code 2150859027, or messages about HTTP URLs not being available in your Windows logs, we suggest looking at this guide.