<?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: Extract specific fields from unstructured logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extract-specific-fields-from-unstructured-logs/m-p/550167#M156126</link>
    <description>&lt;LI-CODE lang="markup"&gt;| rex "user:\*(?&amp;lt;user&amp;gt;[^\]]+)\]\s\[pipeline:(?&amp;lt;pipeline&amp;gt;[^\s]+).*:\s(?&amp;lt;error&amp;gt;[^:]+)"&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 03 May 2021 06:14:59 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-05-03T06:14:59Z</dc:date>
    <item>
      <title>Extract specific fields from unstructured logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-specific-fields-from-unstructured-logs/m-p/550161#M156124</link>
      <description>&lt;P&gt;I have a list of unstructured logs like below for which I have to extract certain fields. Tried using "Extract fields" option to pull these fields but not receiving the results as expected.&lt;/P&gt;&lt;P&gt;Can someone please help on a way to achieving this through Splunk search query itself?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fields to be extracted:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:myemail@site.com" target="_blank"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;. myemail@site.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;. my-pipeline&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;. JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ORA-01017:&lt;STRONG&gt; invalid&lt;/STRONG&gt; username/password; logon denied&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2021-05-02 11:21:13,663 [user:*myemail@site.com] [pipeline:my-pipeline (SCH Test Run)/testRun__12a-23b-34c-45d-56d_site.com__myemail@site.com] [runner:] [thread:ProductionPipelineRunnable-testRun__12a-23b-34c-45d-56d_site.com__myemail@site.com-my-pipeline (SCH Test Run)] [stage:] ERROR JdbcSource - Cannot connect to specified database: com.streamsets.pipeline.api.StageException: JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ORA-01017: invalid username/password; logon denied
com.streamsets.pipeline.api.StageException: JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ORA-01017: invalid username/password; logon denied

2021-03-01 04:18:26,910 [user:*myemail@site.com] [pipeline:my-pipeline (SCH Test Run)/testRun__12a-23b-34c-45d-56d_site.com__myemail@site.com] [runner:] [thread:ProductionPipelineRunnable-testRun__12a-23b-34c-45d-56d_site.com__myemail@site.com-my-pipeline (SCH Test Run)] [stage:] ERROR ProductionPipelineRunnable - An exception occurred while running the pipeline, com.streamsets.datacollector.runner.PipelineRuntimeException: CONTAINER_0800 - Can't start pipeline due 1 validation error(s). First one: JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
 
2021-03-01 04:43:12,985 [user:*myemail@site.com] [pipeline:my-pipeline (SCH Test Run)/testRun__12a-23b-34c-45d-56d_site.com__myemail@site.com] [runner:] [thread:ProductionPipelineRunnable-testRun__12a-23b-34c-45d-56d_site.com__myemail@site.com-my-pipeline (SCH Test Run)] [stage:] ERROR ProductionPipelineRunnable - An exception occurred while running the pipeline, com.streamsets.datacollector.runner.PipelineRuntimeException: CONTAINER_0800 - Can't start pipeline due 1 validation error(s). First one: JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: IO Error: The Network Adapter could not establish the connection
com.streamsets.datacollector.runner.PipelineRuntimeException: CONTAINER_0800 - Can't start pipeline due 1 validation error(s). First one: JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: IO Error: The Network Adapter could not establish the connection

2021-03-01 05:02:13,113 [user:*myemail@site.com] [pipeline:my-pipeline (SCH Test Run)/testRun__12a-23b-34c-45d-56d_site.com__myemail@site.com] [runner:] [thread:ProductionPipelineRunnable-testRun__12a-23b-34c-45d-56d_site.com__myemail@site.com-my-pipeline (SCH Test Run)] [stage:] ERROR ProductionPipelineRunnable - An exception occurred while running the pipeline, com.streamsets.datacollector.runner.PipelineRuntimeException: CONTAINER_0800 - Can't start pipeline due 1 validation error(s). First one: JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: IO Error: Unknown host specified 
com.streamsets.datacollector.runner.PipelineRuntimeException: CONTAINER_0800 - Can't start pipeline due 1 validation error(s). First one: JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: IO Error: Unknown host specified &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 04:40:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-specific-fields-from-unstructured-logs/m-p/550161#M156124</guid>
      <dc:creator>Nidd</dc:creator>
      <dc:date>2021-05-03T04:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract specific fields from unstructured logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-specific-fields-from-unstructured-logs/m-p/550167#M156126</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rex "user:\*(?&amp;lt;user&amp;gt;[^\]]+)\]\s\[pipeline:(?&amp;lt;pipeline&amp;gt;[^\s]+).*:\s(?&amp;lt;error&amp;gt;[^:]+)"&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 May 2021 06:14:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-specific-fields-from-unstructured-logs/m-p/550167#M156126</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-03T06:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract specific fields from unstructured logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-specific-fields-from-unstructured-logs/m-p/550417#M156203</link>
      <description>&lt;P&gt;Thank you very much ITWhisperer !! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Worked !!&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 14:31:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-specific-fields-from-unstructured-logs/m-p/550417#M156203</guid>
      <dc:creator>Nidd</dc:creator>
      <dc:date>2021-05-04T14:31:32Z</dc:date>
    </item>
  </channel>
</rss>

