<?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: upload app macos in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272621#M52363</link>
    <description>&lt;P&gt;Mac is linux under the sheets so open a &lt;CODE&gt;Terminal&lt;/CODE&gt; window and delete the file with &lt;CODE&gt;rm&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2016 13:19:16 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-05-30T13:19:16Z</dc:date>
    <item>
      <title>upload app macos</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272620#M52362</link>
      <description>&lt;P&gt;hi &lt;/P&gt;

&lt;P&gt;i try to upload an app from my mac os to the splunk base&lt;/P&gt;

&lt;P&gt;but i get an error :  hidden file start with . not allowed&lt;/P&gt;

&lt;P&gt;i try to remove some file but mac os may not remove it&lt;/P&gt;

&lt;P&gt;how can i resolve that ??&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 08:53:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272620#M52362</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-05-30T08:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: upload app macos</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272621#M52363</link>
      <description>&lt;P&gt;Mac is linux under the sheets so open a &lt;CODE&gt;Terminal&lt;/CODE&gt; window and delete the file with &lt;CODE&gt;rm&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 13:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272621#M52363</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-30T13:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: upload app macos</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272622#M52364</link>
      <description>&lt;P&gt;i try to remove some file but mac os may not remove it&lt;/P&gt;

&lt;P&gt;rm - rf .* &lt;/P&gt;

&lt;P&gt;and return &lt;/P&gt;

&lt;P&gt;"." and ".." may not be removed&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 14:32:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272622#M52364</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-05-30T14:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: upload app macos</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272623#M52365</link>
      <description>&lt;P&gt;Yes, because they are special: &lt;CODE&gt;.&lt;/CODE&gt; is the current directory where you are in.  The OS will not allow  you to remove the directory where you currently are.  The &lt;CODE&gt;..&lt;/CODE&gt; directory is the directory above that one.  These are not real files and cannot be the reason for your troubles.  Try this in your top-level app directory:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;find . -name ".*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then delete those files.  Files which begin with a period are not normally shown when by tools that list files.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 14:43:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272623#M52365</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-30T14:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: upload app macos</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272624#M52366</link>
      <description>&lt;P&gt;it still "." and can't remove it.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 14:52:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272624#M52366</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-05-30T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: upload app macos</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272625#M52367</link>
      <description>&lt;P&gt;I told you: that is not a real file and cannot be removed.  A sure way to verify this to recreate the directory structure somewhere else and manually copy each file this leaving behind any "undeletable" problematic files.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 15:02:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272625#M52367</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-30T15:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: upload app macos</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272626#M52368</link>
      <description>&lt;P&gt;at first i tryed to compress the app project with tar.gz&lt;/P&gt;

&lt;P&gt;but i resolve it with that :&lt;BR /&gt;
./splunk package app appname&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 15:16:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/upload-app-macos/m-p/272626#M52368</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-05-30T15:16:22Z</dc:date>
    </item>
  </channel>
</rss>

