<?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 to efficiently push data to Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/538889#M90291</link>
    <description>&lt;P&gt;You probably could associate some INGEST_EVAL settings with the appropriate sourcetype or source so Splunk will automatically add fields to the events, but it's far easier to have the Python app continue to do it.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Feb 2021 19:54:06 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-02-07T19:54:06Z</dc:date>
    <item>
      <title>How to efficiently push data to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/538886#M90290</link>
      <description>&lt;P&gt;Dear Splunk community,&lt;/P&gt;&lt;P&gt;I have a Python application that pushes data to Splunk every time is executed. Multiple events are pushed using JSON format. Only a subset of the data being sent, namely two fields are changing during job execution, the rest are constant per job execution (think of them as some sort of job metadata). I would like to have that metadata in splunk so I can filter it, but I do not like also pushing lots of identical data for each event. &amp;nbsp;I guess what I am looking for is some sort of bulk tagging after each import where each job metadata field would be a label. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I appreciate any thoughts/suggestions how to do this usinng splunk BKMs.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 15:10:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/538886#M90290</guid>
      <dc:creator>Valentin</dc:creator>
      <dc:date>2021-02-07T15:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to efficiently push data to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/538889#M90291</link>
      <description>&lt;P&gt;You probably could associate some INGEST_EVAL settings with the appropriate sourcetype or source so Splunk will automatically add fields to the events, but it's far easier to have the Python app continue to do it.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 19:54:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/538889#M90291</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-02-07T19:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to efficiently push data to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/539422#M90365</link>
      <description>&lt;P&gt;If I use INGEST_EVAL, is Splunk going to literally add those fields to each event, or is it going to do some internal JOIN? What I want to avoid is the fact that some metadata fields like `a-quite-long-string-that-really-does-not-change` is actually copied to each event.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 08:29:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/539422#M90365</guid>
      <dc:creator>Valentin</dc:creator>
      <dc:date>2021-02-11T08:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to efficiently push data to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/539463#M90372</link>
      <description>&lt;P&gt;Yes, INGEST_EVAL adds the result as a field to each event.&lt;/P&gt;&lt;P&gt;Bear in mind that any field that is NOT in an event cannot be used as a filter on that event.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 13:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/539463#M90372</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-02-11T13:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to efficiently push data to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/539537#M90386</link>
      <description>&lt;P&gt;thank you. it seems I have no other choice than adding the metadata in the events.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 17:28:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-efficiently-push-data-to-Splunk/m-p/539537#M90386</guid>
      <dc:creator>Valentin</dc:creator>
      <dc:date>2021-02-11T17:28:59Z</dc:date>
    </item>
  </channel>
</rss>

