XDRC Connection Error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

XDRC Connection Error

L3 Networker

Hello experts,

 

I have two XDRC installed on W2016 server, both are connected through same BrokerVM. Even tried test if the BVM and XDRC connection was fine, I did a test to run "uninstall collector" from Console, it was successful.

 

From XDRC Adminsitration, The status shown :Warning, however, the last seen was up to date. 

 

From XQL queries: 

dataset = collection_auditing

It shown "Failed to get local ip by connecting to server address: 'distributions.traps.paloaltonetworks.com'."

 

SSH to the BVM

1. openssl s_client -connect distributions.traps.paloaltonetworks.com:443

2. ping distributions.traps.paloaltonetworks.com

Both succeeded. 
Any ides?

 

Cortex XSIAM 

Life is full of surprise,
Just embrace it!
1 REPLY 1

L3 Networker

Hello SeanDeHarris,

 

Please review the warning descriptions below. If the descriptions match your observations, kindly follow the troubleshooting steps provided.

 

XDRC Log Collector Type
Event Type
Message in the XDR Collectors Administration Page and Description in the collection_auditing dataset
Root Cause

Recommended Action

Filebeat / Winlogbeat

Warning

Filebeat / Winlogbeat not installed

The Filebeat / Winlogbeat file is missing at the content folder:"C:\ProgramData\XDR Collector\Data\content\filebeat-windows-x86_64\filebeat.exe""C:\ProgramData\XDR Collector\Data\content\winlogbeat-windows-x86_64\winlogbeat.exe"

  1. Stop the collector.

  2. Delete the Data folder.

  3. Start the collector.

XDRC

Warning

No incoming data for more than 24 hours

The Filebeat / Winlogbeat didn't upload new data in the last 24 hours since the last upload.

Check why the configured files no longer receive log files to upload.

XDRC

Warning

No incoming data for more than 7 days

The Filebeat / Winlogbeat didn't upload new data for the last 7 days since the last upload.

Check why the configured files no longer receive log files to upload.

 

Step 1: Check if Filebeat / Winlogbeat processes are running

1. On the collector server, open Task Manager (or PowerShell).

 

2. Look for these processes:

 

- filebeat.exe

- winlogbeat.exe

 

3. If they are not running, the collector cannot send logs.

 

If not running:

 

- Start the collector service:

 
net start "XDR Collector"
 

Step 2: Verify the log file paths

1. Check which files are configured to be collected:

 

- Filebeat: C:\ProgramData\XDR Collector\Data\content\filebeat-windows-x86_64\filebeat.yml

- Winlogbeat: C:\ProgramData\XDR Collector\Data\content\winlogbeat-windows-x86_64\winlogbeat.yml

 

2. Open the .yml configuration files and verify:

 

- Input paths exist (C:\Windows\System32\winevt\Logs\*.evtx for Winlogbeat, custom logs for Filebeat)

- There are no syntax errors


Step 3: Check permissions

1. Ensure the XDR Collector service account can read the log files and write to the Data folder.

 

2. Verify permissions on:

 

- C:\ProgramData\XDR Collector\Data\content

- The directories containing the log files to be collected


Step 4: Review Filebeat / Winlogbeat logs

1. Navigate to log folder:

 
C:\ProgramData\XDR Collector\Data\log
 

2. Open filebeat.log and winlogbeat.log

3. Look for errors like:

 

- File not found

- Permission denied

- Network errors (cannot reach broker or distribution server)

 

Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

 

  • 539 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!