Ok I am really new to this and I have looked at every video I could find before asking for help.
I have a windows HyperV server Windows 2012 r2 (standalone not joined to the domain yet) and a VM of Centos 7 running Graylog and nothing else; built it just fro GrayLog.
So I can’t seam to get the Windows 2012r2 HyperV server to send anything to the GrayLog Server.
Can someone point me in how to get this to work?
I have opened both firewalls on the Centos 7 and on the windows 12 Server for port 12201 both TCP and UDP.
I started real simple but I must be missing something critical?
Help?
Do you have ANY indication that NXLog is actually picking up logs?
Or is NXLog itself spinning its wheels, not grabbing any logging at all?
If NXLog is working fine, do you have evidence that it is trying to contact your Graylog host?
What does the NXLog file say? Are connections made, or can it not connect?
If NXLog cannot connect, can you connect manually from Windows to your Graylog box? You can check this with Test-NetConnection -computername $GraylogHostname -port $nxlogInputPort.
If NXlog cannot connect and neither can you, is the port for the NXLog input even open?
Is there evidence on the Graylog host that the input is listening on the port that you configured?
Can you connect locally?
Are there firewall rules active which may be blocking your access?
If NXLog can in fact connect and it is in fact grabbing log messages, then it’s a new matter: is the Graylog input receiving them and what is it doing with them?
I have the windows Server that the VM GrayLog is sitting on to start talking; my next question is how many machines can I connect to the GrayLog server using NxLog and how? I put the same nxlog.conf file on two windows PC and they are not talking. I am new to this process and I am just trying to learn the ropes.
Now go to you Graylog server and on the menu go to system/enterprise>inputs
Select “GELF UDP” then Click on 'Lunch new input
Give it a name such as HyperV hosts
Bind address: Enter the graylogs server IP
You port should already be 12201, If not change it to 12201
Leave everything else and click save
You should now have logs coming through
If you are having problem from there then you need to start with the troubleshooting basics from Tess.
Also make sure you can ping your vm from your host and your vm can ping your host (If they are not on the same network they’re not going to be able to talk to each other.)
Ok I installed the Enterprise package and I am looking at the LDAP/Active Directory setup trying to understand the User Search Pattern & Display Name attribute etc…