<?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: Importing error code reasons from URL to Splunk query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Importing-error-code-reasons-from-URL-to-Splunk-query/m-p/620377#M215656</link>
    <description>&lt;P&gt;Absolutely. &amp;nbsp;Just put the table into a CSV file, e.g., like&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Code&lt;/TD&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Discussion&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;requested action was initiated; expect another reply before proceeding with a new command.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;110&lt;/TD&gt;&lt;TD&gt;Restart marker&lt;/TD&gt;&lt;TD&gt;reply. The text is exact and not left to the particular implementation; it must read "MARK yyyy = mmmm" where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "=").&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;120&lt;/TD&gt;&lt;TD&gt;Service ready&lt;/TD&gt;&lt;TD&gt;nn minutes. (Informational)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;125&lt;/TD&gt;&lt;TD&gt;Data Connection&lt;/TD&gt;&lt;TD&gt;already open; transfer starting. (Informational)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;TD&gt;File status&lt;/TD&gt;&lt;TD&gt;okay; about to open data connection. FTP uses two ports: 21 for sending commands, and 20 for sending data. A status code of 150 indicates that the server is about to open a new connection on port 20 to send some data.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Set up the CSV as lookup. (See &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Usefieldlookupstoaddinformationtoyourevents#Define_a_CSV_lookup_in_Splunk_Web" target="_blank" rel="noopener"&gt;Define a CSV lookup in Splunk Web&lt;/A&gt;.)&amp;nbsp; Then, suppose your data search returns a field named ftp_return_code. &amp;nbsp;In your search, add a&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Lookup" target="_blank" rel="noopener"&gt;lookup&lt;/A&gt;&amp;nbsp;&lt;SPAN&gt;command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| lookup mylookup Code as ftp_return_code OUTPUT Description as ftp_return_description, Discussion as ftp_return_discussion&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 07:58:38 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2022-11-10T07:58:38Z</dc:date>
    <item>
      <title>Importing error code reasons from URL to Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Importing-error-code-reasons-from-URL-to-Splunk-query/m-p/620300#M215633</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;My company is working with GlobalScope and I wish to enter their error code description to Splunk.&lt;/P&gt;&lt;P&gt;As of right now, I only get the error number and I need to go to their website and check what is each code. I was wondering if I can import the data from the website into my Splunk and include it on my queries.&lt;/P&gt;&lt;P&gt;Here's the url:&amp;nbsp;&lt;A href="https://kb.globalscape.com/Knowledgebase/10142/FTP-Status-and-Error-Codes" target="_blank" rel="noopener"&gt;https://kb.globalscape.com/Knowledgebase/10142/FTP-Status-and-Error-Codes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Importing-error-code-reasons-from-URL-to-Splunk-query/m-p/620300#M215633</guid>
      <dc:creator>NizanCohen</dc:creator>
      <dc:date>2022-11-09T15:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Importing error code reasons from URL to Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Importing-error-code-reasons-from-URL-to-Splunk-query/m-p/620377#M215656</link>
      <description>&lt;P&gt;Absolutely. &amp;nbsp;Just put the table into a CSV file, e.g., like&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Code&lt;/TD&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Discussion&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;requested action was initiated; expect another reply before proceeding with a new command.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;110&lt;/TD&gt;&lt;TD&gt;Restart marker&lt;/TD&gt;&lt;TD&gt;reply. The text is exact and not left to the particular implementation; it must read "MARK yyyy = mmmm" where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "=").&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;120&lt;/TD&gt;&lt;TD&gt;Service ready&lt;/TD&gt;&lt;TD&gt;nn minutes. (Informational)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;125&lt;/TD&gt;&lt;TD&gt;Data Connection&lt;/TD&gt;&lt;TD&gt;already open; transfer starting. (Informational)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;TD&gt;File status&lt;/TD&gt;&lt;TD&gt;okay; about to open data connection. FTP uses two ports: 21 for sending commands, and 20 for sending data. A status code of 150 indicates that the server is about to open a new connection on port 20 to send some data.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Set up the CSV as lookup. (See &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Usefieldlookupstoaddinformationtoyourevents#Define_a_CSV_lookup_in_Splunk_Web" target="_blank" rel="noopener"&gt;Define a CSV lookup in Splunk Web&lt;/A&gt;.)&amp;nbsp; Then, suppose your data search returns a field named ftp_return_code. &amp;nbsp;In your search, add a&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Lookup" target="_blank" rel="noopener"&gt;lookup&lt;/A&gt;&amp;nbsp;&lt;SPAN&gt;command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| lookup mylookup Code as ftp_return_code OUTPUT Description as ftp_return_description, Discussion as ftp_return_discussion&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 07:58:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Importing-error-code-reasons-from-URL-to-Splunk-query/m-p/620377#M215656</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-11-10T07:58:38Z</dc:date>
    </item>
  </channel>
</rss>

