<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Parsing Radius/NPS log files in Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645038#M109765</link>
    <description>&lt;P&gt;Verify the contents of the props.conf and inputs.conf files are correct.&amp;nbsp; Is the file path specified in the input the right one for your environment?&amp;nbsp; Does Splunk have read access to the file?&amp;nbsp; Have you checked splunkd.log on the forwarder?&amp;nbsp; Are the forwarder's internal logs being sent to your indexers?&amp;nbsp; If not, then fix that first.&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 12:55:02 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-05-30T12:55:02Z</dc:date>
    <item>
      <title>How to parse radius/NPS log files in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645031#M109763</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've tried parsing my Radius log files using this tutorial :&amp;nbsp; &amp;nbsp;&lt;A href="https://fraserclark926577729.wordpress.com/2019/12/18/monitoring-windows-nps-logs-with-splunk/" target="_self"&gt;https://fraserclark926577729.wordpress.com/2019/12/18/monitoring-windows-nps-logs-with-splunk/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i created my app in "/opt/splunk/etc/deployment-apps/nps_monitor" and in "/opt/splunk/etc/deployment-apps/nps_monitor/local" my 3 files :&lt;/P&gt;
&lt;P&gt;app.conf:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;#
# Splunk app configuration file
#
[install]
is_configured = 0
[ui]
is_visible = 1
label = nps_monitor
[launcher]
author = NW
description =
version = 1.0.0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;props.conf:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[ias]
 SHOULD_LINEMERGE = false
 KV_MODE = NONE
 INDEXED_EXTRACTIONS = CSV # The type of file that Splunk software should expect for a given sourcetype, and the extraction and/or parsing method that should be used on the file.
 # This setting tells Splunk to specify the header field names directly
 FIELD_NAMES = ComputerName,ServiceName,Record_Date,Record_Time,Packet_Type,User_Name,Fully_Qualified_Distinguished_Name,
Called_Station_ID,Calling_Station_ID,Callback_Number,Framed_IP_Address,NAS_Identifier,NAS_IP_Address,NAS_Port,Client_Vendor,Client_IP_Address,
Client_Friendly_Name,Event_Timestamp,Port_Limit,NAS_Port_Type,Connect_Info,Framed_Protocol,Service_Type,Authentication_Type,Policy_Name,Reason_Code,
Class,Session_Timeout,Idle_Timeout,Termination_Action,EAP_Friendly_Name,Acct_Status_Type,Acct_Delay_Time,Acct_Input_Octets,Acct_Output_Octets,Acct_Session_Id,
Acct_Authentic,Acct_Session_Time,Acct_Input_Packets,Acct_Output_Packets,Acct_Terminate_Cause,Acct_Multi_Ssn_ID,Acct_Link_Count,Acct_Interim_Interval,
Tunnel_Type,Tunnel_Medium_Type,Tunnel_Client_Endpt,Tunnel_Server_Endpt,Acct_Tunnel_Conn,Tunnel_Pvt_Group_ID,Tunnel_Assignment_ID,Tunnel_Preference,
MS_Acct_Auth_Type,MS_Acct_EAP_Type,MS_RAS_Version,MS_RAS_Vendor,MS_CHAP_Error,MS_CHAP_Domain,MS_MPPE_Encryption_Types,MS_MPPE_Encryption_Policy,
Proxy_Policy_Name,Provider_Type,Provider_Name,Remote_Server_Address,MS_RAS_Client_Name,MS_RAS_Client_Version
 TIME_FORMAT = %m/%d/%Y%n%H:%M:%S
 MAX_TIMESTAMP_LOOKAHEAD = 20
 TIMESTAMP_FIELDS = Record_Date,Record_Time
 DATETIME_CONFIG =
 NO_BINARY_CHECK = true
 disabled = false
 pulldown_type = true&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;inputs.conf:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[monitor://C:\NPS-Log\IN*.log]
sourcetype = ias
index = radius
disabled = 0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i've deployed my app on my server :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nathan_0-1685448451053.png" style="width: 577px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25609i1B6862ED52CFF87A/image-dimensions/577x202?v=v2" width="577" height="202" role="button" title="Nathan_0-1685448451053.png" alt="Nathan_0-1685448451053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can see the app on my server folder too but no data are coming into my "radius" index.&lt;/P&gt;
&lt;P&gt;Did I miss something ? Thanks for your help&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 16:38:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645031#M109763</guid>
      <dc:creator>Nathan</dc:creator>
      <dc:date>2023-05-30T16:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing Radius/NPS log files in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645038#M109765</link>
      <description>&lt;P&gt;Verify the contents of the props.conf and inputs.conf files are correct.&amp;nbsp; Is the file path specified in the input the right one for your environment?&amp;nbsp; Does Splunk have read access to the file?&amp;nbsp; Have you checked splunkd.log on the forwarder?&amp;nbsp; Are the forwarder's internal logs being sent to your indexers?&amp;nbsp; If not, then fix that first.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 12:55:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645038#M109765</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-30T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing Radius/NPS log files in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645045#M109767</link>
      <description>&lt;P&gt;Here is the error I'm getting in splunkd.log :&lt;/P&gt;&lt;P&gt;05-26-2023 16:04:36.873 +0200 ERROR TailReader [10796 tailreader0] - Ignoring path="C:\NPS-Log\IN230331.log" due to: Invalid indexed extractions configuration - see prior error messages&lt;BR /&gt;05-26-2023 16:04:36.874 +0200 ERROR IndexedExtractionsConfig [10796 tailreader0] - Invalid value='CSV # The type of file that Splunk software should expect for a given sourcetype, and the extraction and/or parsing&lt;/P&gt;&lt;P&gt;I copied the props.conf from&amp;nbsp;&lt;A href="https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-parse-Radius-log-files-into-splunk-What-the-configuration/m-p/351275" target="_self"&gt;https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-parse-Radius-log-files-into-splunk-What-the-configuration/m-p/351275&lt;/A&gt;&amp;nbsp; &amp;nbsp;maybe it's wrongn what should I replace in my indexed_extractions ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 14:03:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645045#M109767</guid>
      <dc:creator>Nathan</dc:creator>
      <dc:date>2023-05-30T14:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing Radius/NPS log files in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645054#M109773</link>
      <description>&lt;P&gt;The first error message quoted referred to previous error messages.&amp;nbsp; Did you look at them?&amp;nbsp; What did they say?&lt;/P&gt;&lt;P&gt;I suspect these messages stem from the invalid INDEXED_EXTRACTIONS value in props.conf.&amp;nbsp; Comments must be on separate lines.&amp;nbsp; A comment on the same line as a setting is considered part of the setting's value.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 14:50:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-parse-radius-NPS-log-files-in-Splunk/m-p/645054#M109773</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-30T14:50:51Z</dc:date>
    </item>
  </channel>
</rss>

