<?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: monitoring php in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142542#M29149</link>
    <description>&lt;P&gt;Something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_php_index sourcetype=your_php_sourcetype php fatal error | rex "error:\s*(?&amp;lt;error_message&amp;gt;.+)" | top error_message
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 25 Apr 2014 08:48:26 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-04-25T08:48:26Z</dc:date>
    <item>
      <title>monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142535#M29142</link>
      <description>&lt;P&gt;hey!&lt;/P&gt;

&lt;P&gt;i want to monitor php. at the moment i use splunk-6.0.2-196940-x64-release.&lt;BR /&gt;
so for this goal i did the following steps:&lt;BR /&gt;
1.start page splunk --&amp;gt;add data&lt;BR /&gt;
2.hoose a data type --&amp;gt;a file or directory of files&lt;BR /&gt;
3.consume any file on this splunk server --&amp;gt;next&lt;BR /&gt;
 1. set the path to my php log. --&amp;gt;continue&lt;BR /&gt;
4.set source type --&amp;gt;log4php&lt;BR /&gt;
5.how can i create a visualization of php?&lt;/P&gt;

&lt;P&gt;thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 21:11:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142535#M29142</guid>
      <dc:creator>jimmyfallon</dc:creator>
      <dc:date>2014-04-24T21:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142536#M29143</link>
      <description>&lt;P&gt;Well, what do you want to visualize?&lt;/P&gt;

&lt;P&gt;Take a look at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.3/SearchTutorial/WelcometotheSearchTutorial"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.3/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt; for a decent start into basic visualizations.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 21:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142536#M29143</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-24T21:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142537#M29144</link>
      <description>&lt;P&gt;for example a little overview of the errors. so that i can see very quickly which error appears most frequently.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 21:22:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142537#M29144</guid>
      <dc:creator>jimmyfallon</dc:creator>
      <dc:date>2014-04-24T21:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142538#M29145</link>
      <description>&lt;P&gt;That depends on what your log events, specifically those with errors, look like.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 22:20:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142538#M29145</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-24T22:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142539#M29146</link>
      <description>&lt;P&gt;i use this php log: &lt;A href="http://php.net/error-log"&gt;http://php.net/error-log&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:49:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142539#M29146</guid>
      <dc:creator>jimmyfallon</dc:creator>
      <dc:date>2014-04-25T05:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142540#M29147</link>
      <description>&lt;P&gt;I don't see any sample data there.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 07:02:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142540#M29147</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-25T07:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142541#M29148</link>
      <description>&lt;P&gt;for example: &lt;BR /&gt;
[22-Apr-2014 14:45:54 Europe/Berlin] PHP Fatal error:  Call to a member function init() on a non-object in C:\Web-Sites\test.com\plugins\core.log\class.AJXP_Logger.php on line 297&lt;BR /&gt;
[22-Apr-2014 14:37:30 Europe/Berlin] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in &lt;BR /&gt;
C:\Web-Sites\test.com\index.php on line 68&lt;/P&gt;

&lt;P&gt;the php log is a simple text document.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 08:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142541#M29148</guid>
      <dc:creator>jimmyfallon</dc:creator>
      <dc:date>2014-04-25T08:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142542#M29149</link>
      <description>&lt;P&gt;Something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_php_index sourcetype=your_php_sourcetype php fatal error | rex "error:\s*(?&amp;lt;error_message&amp;gt;.+)" | top error_message
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Apr 2014 08:48:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142542#M29149</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-25T08:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142543#M29150</link>
      <description>&lt;P&gt;is that a search query with pipes? at the moment the data of php is indexed. how can i create an visualization? when i open the search button, i see a visualization tab. do i have to configure something inside this tab?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:25:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142543#M29150</guid>
      <dc:creator>jimmyfallon</dc:creator>
      <dc:date>2014-04-25T13:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142544#M29151</link>
      <description>&lt;P&gt;You really should go through the tutorial, that answers all those questions.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 14:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142544#M29151</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-25T14:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142545#M29152</link>
      <description>&lt;P&gt;yes thats a good idea.i downloaded the tutorial data of splunk and after that, i indexed the data with splunk. then i type in the search field sourcetype=access_* status=200 action=purchase | top categoryId. this command creats a chart. but i don't really unterstand how splunk can create that. the source of this chart is the text document vendor_sales, right?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:30:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142545#M29152</guid>
      <dc:creator>jimmyfallon</dc:creator>
      <dc:date>2020-09-28T16:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring php</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142546#M29153</link>
      <description>&lt;P&gt;That search uses the access.log files in www1, www2, www3 directories, as referenced by the &lt;CODE&gt;sourcetype&lt;/CODE&gt;. &lt;CODE&gt;top&lt;/CODE&gt; counts the most frequently occurring &lt;CODE&gt;categoryId&lt;/CODE&gt; field values, and those counts are displayed graphically in a chart.&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2014 21:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/monitoring-php/m-p/142546#M29153</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-05-01T21:46:21Z</dc:date>
    </item>
  </channel>
</rss>

