Hello Splunkers,
I have a small question, what is the best practice (or for what reasons) should I use Syslog or TCP configuration inside the ouputs.conf file ? Both TCP and Syslog can forward data right ? What is the benefit of each possibility ?
https://docs.splunk.com/Documentation/Splunk/latest/Admin/outputsconf#TCPOUT_SETTINGS
https://docs.splunk.com/Documentation/Splunk/latest/Admin/outputsconf#Syslog_output----
I'm trying to forward logs from a HF to another HF (and I have multiple types of logs)
Thanks a lot,
GaetanVP
For sending data from one Heavy Forwarder to another, use SplunkTCP by enabling receiving in Settings->Forwarding and receiving.
TCP and syslog inputs should be avoided since they can lead to data loss when Splunk restarts. A dedicated syslog server such as syslog-ng will do a much better job at receiving syslog events than Splunk will.
Hi @GaetanVP,
as you well know, using a syslog you can take logs only real time, if you don't catch them you lose them.
Instead using TCP, in other words Splunk connections, you have many advantages:
In other words, use syslog only if you cannot install a Forwarder or if you have to send logs to an external system that can receive only syslogs.
Ciao.
Giuseppe
Hi @gcusello
If I want to use Heavy Forwarder to forward received Syslog logs to a target server that does not have Splunk instance, can you give me some advice?Thankyou!
Hi @chenfan ,
let me understand: you want to use a Splunk server to send logs outside Splunk, is this correct?
I suppose that this HF is used to send logs to a Splunk instance and also to a third party, not only to a third party because in this case there's no sense in this architecture.
anyway, to send logs to a third party, using syslogs, you can see at https://docs.splunk.com/Documentation/SplunkCloud/latest/Forwarding/Forwarddatatothird-partysystemsd
In addition, I hint to use rsyslog to receive sylogs and not the Splunk HF, instead the Splunk HF can be used to forward logs to the primary Splunk instance and also to the third party.
If instead you want to receive syslogs and forward them only to a third party use only rsyslog and another tool as logger or something similar.
Ciao.
Giuseppe
Hi @gcusello Thankyou for your support, you are my hero!
I've been having problems with Dashboard Studio recently and it has been bothering me for a long time. It would be great if you could give me some suggestions. I want to assign different colors according to different field values. I have made the following configurations, but they haven't taken effect. Can help me to check it.
Hi @chenfan ,
as @isoutamo said, open a new question it's easier to answer you and to have a faster and probably better answer.
Anyway, I'm not an expert on Dashboard Studio that I use only when I cannot use Dashboard Classic, so I'm not sure to be able to help you.
In the new question, please better describe your request because it isn't so clear the colour of which object you want to change.
Ciao.
Giuseppe