<?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: How can I extract specified fields from the log files uploaded in Splunk thru a UI? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268935#M80871</link>
    <description>&lt;P&gt;This is basic stuff.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=YourIndexHere source=MyOneSourceFileHere | table YourFieldOne YourFieldTwo
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 22 Jul 2016 15:21:10 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-07-22T15:21:10Z</dc:date>
    <item>
      <title>How can I extract specified fields from the log files uploaded in Splunk thru a UI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268932#M80868</link>
      <description>&lt;P&gt;I have created a UI which loads the user selected log file in Splunk. Now I have to extract some fields from that file and display that in a table format. How can I do it?&lt;BR /&gt;
For the UI, I am using jsp and servlets.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 23:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268932#M80868</guid>
      <dc:creator>tankhanandita</dc:creator>
      <dc:date>2016-07-21T23:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I extract specified fields from the log files uploaded in Splunk thru a UI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268933#M80869</link>
      <description>&lt;P&gt;Just run a search with something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=YourIndexHere | table YourFieldOne YourFieldTwo
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:00:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268933#M80869</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-22T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I extract specified fields from the log files uploaded in Splunk thru a UI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268934#M80870</link>
      <description>&lt;P&gt;But what if my index contains multiple files that have some common fields and i only want to retrieve the data from one file and not all the files?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 15:05:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268934#M80870</guid>
      <dc:creator>tankhanandita</dc:creator>
      <dc:date>2016-07-22T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I extract specified fields from the log files uploaded in Splunk thru a UI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268935#M80871</link>
      <description>&lt;P&gt;This is basic stuff.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=YourIndexHere source=MyOneSourceFileHere | table YourFieldOne YourFieldTwo
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Jul 2016 15:21:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268935#M80871</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-22T15:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I extract specified fields from the log files uploaded in Splunk thru a UI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268936#M80872</link>
      <description>&lt;P&gt;Thank you so much for your help. I did the same thing. It was a careless mistake i was trying to wrong fields from the log files.&lt;BR /&gt;
Again thank u very much. &lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 15:44:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268936#M80872</guid>
      <dc:creator>tankhanandita</dc:creator>
      <dc:date>2016-07-22T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I extract specified fields from the log files uploaded in Splunk thru a UI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268937#M80873</link>
      <description>&lt;P&gt;I have another question.Kindly help on this one also&lt;BR /&gt;
I have extracted certain feilds using java sdk from splunk with the table command. How can i view that data as a table in my java form.&lt;BR /&gt;
or&lt;BR /&gt;
The data extracted is in the form of job. How can i convert that data into string, so that i can apply conditional operators on that data.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:03:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268937#M80873</guid>
      <dc:creator>tankhanandita</dc:creator>
      <dc:date>2016-07-22T16:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I extract specified fields from the log files uploaded in Splunk thru a UI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268938#M80874</link>
      <description>&lt;P&gt;You are better off clicking &lt;CODE&gt;Accept&lt;/CODE&gt; on this question and asking a new one.  At this point, you and I are probably the only ones listening and you need a broader audience.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 17:01:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-extract-specified-fields-from-the-log-files-uploaded/m-p/268938#M80874</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-22T17:01:20Z</dc:date>
    </item>
  </channel>
</rss>

