Use https://seceonhelp.freshdesk.com/support/login to access updated Knowledge Base Articles, Submit Technical Support Tickets and Review Status of submitted support tickets.

JIRA configuration through Windows

  1. Login on JIRA server

  2. Download the latest version of nxlog. It is easiest to choose the Windows msi file which includes an installer.

  http://nxlog.org/products/nxlog-community-edition/download

  1.  

Open the Nxlog configuration file at:

        C:\Program Files (x86)\nxlog\conf\nxlog.conf

4.Use below mentioned nxlog config to configure windows JIRA logs from JIRA server(replace nxlog.conf whole file content from below config ):

##################################################

## This is a sample configuration file. See the nxlog reference manual about the
## configuration options. It should be installed locally and is also available
## online at http://nxlog.org/nxlog-docs/en/nxlog-reference-manual.html

## Please set the ROOT to the folder your nxlog was installed into,
## otherwise it will not start.

#define ROOT C:\Program Files\nxlog
define ROOT C:\Program Files (x86)\nxlog

Moduledir %ROOT%\modules
CacheDir %ROOT%\data
Pidfile %ROOT%\data\nxlog.pid
SpoolDir %ROOT%\data
LogFile %ROOT%\data\nxlog.log

 

<Extension syslog>
Module xm_syslog
</Extension>

<Input JIRA_In>
Module im_file
File "<log file path>"
SavePos TRUE
InputType LineBased
Exec if $raw_event =~ /^#/ drop();
Exec $Message = $raw_event;
</Input>

<Output JIRA_Out>

Module om_udp

Host CCE_IP_ADDRESS
Port 514
Exec $SyslogFacilityValue = 2;
Exec $SourceName = 'JIRA_logs';
Exec to_syslog_bsd();

</Output>

<Route JIRA>
Path JIRA_In => JIRA_Out
</Route>

Note: Wherever the logs are stored, please use that path in line mentioned as {File "<log file path>"}.

 

Seceon Inc. All rights reserved. https://www.seceon.com