<?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 monitor log file macOs in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290106#M5536</link>
    <description>&lt;P&gt;i have recently installed  Splunk entreprise to play with it a little and I am  trying to get the  monitor my log files or  CPU activity on my mac but I am unable to unable to create  to have a vizualisation  once everything is loaded.  Here is wht I  do :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Settings/data inputs/files &amp;amp; directory/ 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;From this  menu I click on   &lt;STRONG&gt;new&lt;/STRONG&gt;  to add a new thing to monitor.  Then I I browse to the file and diredtory I want to monitor which is  inside the following path: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   Applications/Utilities/ActivityMonotor.app/Contents/MacOs/Activity Monitor
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Once   this  loaded  O am still unable to have a visualization. I am inside the right &lt;STRONG&gt;folder /file&lt;/STRONG&gt; or  that is not the way I monitor  files on Splunk?&lt;/P&gt;</description>
    <pubDate>Sun, 19 Nov 2017 02:28:30 GMT</pubDate>
    <dc:creator>YANN84</dc:creator>
    <dc:date>2017-11-19T02:28:30Z</dc:date>
    <item>
      <title>monitor log file macOs</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290106#M5536</link>
      <description>&lt;P&gt;i have recently installed  Splunk entreprise to play with it a little and I am  trying to get the  monitor my log files or  CPU activity on my mac but I am unable to unable to create  to have a vizualisation  once everything is loaded.  Here is wht I  do :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Settings/data inputs/files &amp;amp; directory/ 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;From this  menu I click on   &lt;STRONG&gt;new&lt;/STRONG&gt;  to add a new thing to monitor.  Then I I browse to the file and diredtory I want to monitor which is  inside the following path: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   Applications/Utilities/ActivityMonotor.app/Contents/MacOs/Activity Monitor
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Once   this  loaded  O am still unable to have a visualization. I am inside the right &lt;STRONG&gt;folder /file&lt;/STRONG&gt; or  that is not the way I monitor  files on Splunk?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 02:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290106#M5536</guid>
      <dc:creator>YANN84</dc:creator>
      <dc:date>2017-11-19T02:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: monitor log file macOs</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290107#M5537</link>
      <description>&lt;P&gt;HI @YANN84,&lt;/P&gt;

&lt;P&gt;When you configuring the file,  you have selected "File" by clicking on the browse button.After clicking next button you were asked for "Set Source Type". At this point do you able to find any events in event bar??&lt;BR /&gt;
If yes then try below search in all time to verify the data. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="*YOUR_FILE_NAME*" sourcetype="YOUR_SOURCE_TYPE"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="*YOUR_FILE_NAME*" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="YOUR_SOURCE_TYPE"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you found data then there is no problem in file monitoring. if found then check below link.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/MonitorfilesanddirectorieswithSplunkWeb"&gt;https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/MonitorfilesanddirectorieswithSplunkWeb&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If we able to monitor file and still not able to see any visualization then next we have to check fields which are used in visualization panels are properly extracted or not. To verify this we can check execute above search OR any visualization's search and check extracted filed in a Left side panel. If we are not able to see then there is a problem with extraction. Please see below link.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/Knowledge/ExtractfieldsinteractivelywithIFX"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.0/Knowledge/ExtractfieldsinteractivelywithIFX&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I hope this will help you.&lt;/P&gt;

&lt;P&gt;Happy Splunking&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 02:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290107#M5537</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-11-19T02:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: monitor log file macOs</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290108#M5538</link>
      <description>&lt;P&gt;thanks . I seem to  see where my problem is,  but  still not able to sort it. My source is set to  &lt;STRONG&gt;default&lt;/STRONG&gt;  and I have  changed the  app context to Monitoring console from  &lt;STRONG&gt;Search &amp;amp; Reporting&lt;/STRONG&gt;. I do not think my files is being read properly. My event looks odd , similar to this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; xCF\xFA\xCD ... 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and  lots of zeros; absolutely horrrendous...&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 12:17:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290108#M5538</guid>
      <dc:creator>YANN84</dc:creator>
      <dc:date>2017-11-19T12:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: monitor log file macOs</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290109#M5539</link>
      <description>&lt;P&gt;I think the file you are monitoring is not a log file?  Is that the actual executable that runs the Activity Monitor?&lt;/P&gt;

&lt;P&gt;In recent versions of OSX, Apple has made this hard.  They built a new logging mechanism that's binary (like systemd in *nix) but haven't gotten around to building a conversion-to-text utility.  Or at least one that will run automatically all the time.  Here's an answer that may [not] help on trying to &lt;A href="https://answers.splunk.com/answers/547865/mac-os-x-sierra-how-to-get-all-logs-from-the-unifi.html"&gt;ingest that logging&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;If nothing else, that hopefully will help you find an answer.  When/if you do, please update us!&lt;/P&gt;

&lt;P&gt;(Also, it's very possible someone's figured out a good way to do this, they just haven't seen this question yet!)&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 13:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290109#M5539</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-11-19T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: monitor log file macOs</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290110#M5540</link>
      <description>&lt;P&gt;Thanks; I think  that's the problem. I'll try on my windows first then try to figure it out on my mac.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 14:42:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290110#M5540</guid>
      <dc:creator>YANN84</dc:creator>
      <dc:date>2017-11-19T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: monitor log file macOs</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290111#M5541</link>
      <description>&lt;P&gt;There is actually an app from splunk that monitors nix environments. You can review the inputs.conf file to get the information you want. But since it is your os, i will suggest deploy it and you can see all the information you want from your os and add to it.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/833/"&gt;https://splunkbase.splunk.com/app/833/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Splunk TA NIX&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 21:49:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/290111#M5541</guid>
      <dc:creator>afamoyib</dc:creator>
      <dc:date>2017-11-21T21:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: monitor log file macOs</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/544651#M5542</link>
      <description>&lt;P&gt;Why there is nothing happened when I click 'save' for setting of the add-on? I am still trying to figure out how to use the add-on.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 21:34:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/monitor-log-file-macOs/m-p/544651#M5542</guid>
      <dc:creator>Herman</dc:creator>
      <dc:date>2021-03-20T21:34:56Z</dc:date>
    </item>
  </channel>
</rss>

