<?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 How to create spl file? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609140#M13602</link>
    <description>&lt;P&gt;Hi, i have some problems with create spl file, which using to integrate into splunk es.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 14:29:32 GMT</pubDate>
    <dc:creator>Daniil_group_ib</dc:creator>
    <dc:date>2022-08-11T14:29:32Z</dc:date>
    <item>
      <title>How to create spl file?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609140#M13602</link>
      <description>&lt;P&gt;Hi, i have some problems with create spl file, which using to integrate into splunk es.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 14:29:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609140#M13602</guid>
      <dc:creator>Daniil_group_ib</dc:creator>
      <dc:date>2022-08-11T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create spl file</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609141#M13603</link>
      <description>&lt;P&gt;What do you mean with "p&lt;SPAN&gt;roblems with create spl file&lt;/SPAN&gt;"? the .spl file extension can be just a renamed .tgz extension. Additionally you can install an app packaged as a tgz into splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are you trying to accomplish?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 10:41:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609141#M13603</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2022-08-11T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create spl file</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609318#M13624</link>
      <description>&lt;P&gt;I mean that in order to create my own integration with splunk, I need to upload a spl file into it, I don’t really understand how I pack my project into this file for integration with the system&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 12:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609318#M13624</guid>
      <dc:creator>Daniil_group_ib</dc:creator>
      <dc:date>2022-08-12T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create spl file?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609645#M13649</link>
      <description>&lt;P&gt;Hi Daniil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can package Apps like that in multiple ways see:&lt;BR /&gt;&lt;A href="https://dev.splunk.com/enterprise/docs/releaseapps/packageapps/" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/releaseapps/packageapps/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Easiest would probably be to utilize Splunk.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk package app &amp;lt;appname&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 16 Aug 2022 13:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609645#M13649</guid>
      <dc:creator>effem2</dc:creator>
      <dc:date>2022-08-16T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create spl file</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609820#M13658</link>
      <description>&lt;P&gt;You just need to make sure the app structure is all there (include default folder with app.conf, metadata with default.meta and whatever other .conf files you want to include) a then just make a tar of the whole thing. The .spl file is just a .tar with a renamed extension.&lt;/P&gt;&lt;P&gt;Check this section of the link effem2 shared regarding 3rd party utilities:&lt;BR /&gt;&lt;A href="https://dev.splunk.com/enterprise/docs/releaseapps/packageapps/#Third-party-utilities-and-CLI-commands" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/releaseapps/packageapps/#Third-party-utilities-and-CLI-commands&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other option is, If you have it your all in a github repo, you can use GitHub actions to do that for you.&lt;/P&gt;&lt;P&gt;Check one of my repos:&amp;nbsp;&lt;A href="https://github.com/diogofgm/TA-aruba_networks" target="_blank"&gt;https://github.com/diogofgm/TA-aruba_networks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have some workflows for GitHub actions there that packs the app as a tar.gz, runs splunk app inspect on it and uploads it to GitHub as a action result that you can then download and install it into splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:39:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-spl-file/m-p/609820#M13658</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2022-08-17T14:39:50Z</dc:date>
    </item>
  </channel>
</rss>

