<?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 Specify all hosts or sources  in props in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753083#M119567</link>
    <description>&lt;P&gt;How can I specify all host or sources in a stanza of props.conf?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Sep 2025 07:22:18 GMT</pubDate>
    <dc:creator>lucacaldiero</dc:creator>
    <dc:date>2025-09-15T07:22:18Z</dc:date>
    <item>
      <title>Specify all hosts or sources  in props</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753083#M119567</link>
      <description>&lt;P&gt;How can I specify all host or sources in a stanza of props.conf?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 07:22:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753083#M119567</guid>
      <dc:creator>lucacaldiero</dc:creator>
      <dc:date>2025-09-15T07:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Specify all hosts or sources  in props</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753097#M119570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/56370"&gt;@lucacaldiero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the following stanza to target all sources in props:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[source::...]
yourKey=yourVal&lt;/LI-CODE&gt;&lt;PRE&gt;... recurses through directories until the match is met
or equivalently, matches any number of characters.&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 09:57:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753097#M119570</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-09-15T09:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Specify all hosts or sources  in props</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753101#M119571</link>
      <description>&lt;P&gt;1. Please don't tag specific people in a question. This is not a "free support" group. It's a community-driven forum where people simply voluntarily help each other if/when they have spare time. Tagging specific people might not only look "demanding" from the tagged person(s) but may also make others ignore your question.&lt;/P&gt;&lt;P&gt;2. Depends on what you want to achieve. A source-based stanza like in&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;'s post is one way. Another way to target all data could be to use the [default] stanza.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 11:07:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753101#M119571</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-09-15T11:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Specify all hosts or sources  in props</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753102#M119572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/56370"&gt;@lucacaldiero&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;only for source and host, you can use the asterisk in the props.conf, e.g.:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[host::nyc*]
... &lt;/LI-CODE&gt;&lt;P&gt;or&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[source::/var/log/*]
...&lt;/LI-CODE&gt;&lt;P&gt;not for sourcetype that must be exactly declared.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:12:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specify-all-hosts-or-sources-in-props/m-p/753102#M119572</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-09-15T12:12:42Z</dc:date>
    </item>
  </channel>
</rss>

