<?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 splunk python api missing fields in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/splunk-python-api-missing-fields/m-p/184544#M2453</link>
    <description>&lt;P&gt;I'm trying to use the python api for splunk following from the search example found here: &lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAEE5#normaljob"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAEE5#normaljob&lt;/A&gt;. It's connecting to my application and returning data from a search, but certain fields that are visible when I search using the GUI are not present in the results I get via python.&lt;/P&gt;

&lt;P&gt;I seem to be getting some custom fields, but not all of them. Any ideas why this could happen?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Oct 2014 14:28:06 GMT</pubDate>
    <dc:creator>smcconnell</dc:creator>
    <dc:date>2014-10-29T14:28:06Z</dc:date>
    <item>
      <title>splunk python api missing fields</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/splunk-python-api-missing-fields/m-p/184544#M2453</link>
      <description>&lt;P&gt;I'm trying to use the python api for splunk following from the search example found here: &lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAEE5#normaljob"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAEE5#normaljob&lt;/A&gt;. It's connecting to my application and returning data from a search, but certain fields that are visible when I search using the GUI are not present in the results I get via python.&lt;/P&gt;

&lt;P&gt;I seem to be getting some custom fields, but not all of them. Any ideas why this could happen?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 14:28:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/splunk-python-api-missing-fields/m-p/184544#M2453</guid>
      <dc:creator>smcconnell</dc:creator>
      <dc:date>2014-10-29T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: splunk python api missing fields</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/splunk-python-api-missing-fields/m-p/184545#M2454</link>
      <description>&lt;P&gt;Try search dispath :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;import splunk.auth
import splunk.search
sessionkey = splunk.auth.getSessionKey(username, password, baseurl)
splunk.search.STATUS_FETCH_TIMEOUT = 600
searchjob = splunk.search.dispatch(searchquery,sessionKey=sessionkey,hostPath=baseurl,earliestTime=earliestTime,latestTime=latestTime)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Feb 2015 11:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/splunk-python-api-missing-fields/m-p/184545#M2454</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2015-02-13T11:54:47Z</dc:date>
    </item>
  </channel>
</rss>

