Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Noble committed Jan 23, 2014
2 parents fef697a + dea0408 commit fa47b86
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,8 +1,14 @@
# Splunk SDK for PHP Changelog

<<<<<<< HEAD
## 1.0.0

* No bugs found during beta period.
=======
## 1.0.1 (release)

* The `Job` class has been updated for use with Splunk 6.
>>>>>>> release/1.0.1
## 0.8.0 (beta)

Expand Down
26 changes: 18 additions & 8 deletions README.md
@@ -1,4 +1,6 @@
# The Splunk Software Development Kit for PHP (Release)
# The Splunk Software Development Kit for PHP

#### Version 1.0

The Splunk Software Development Kit (SDK) for PHP makes it easy for PHP
applications to communicate with and control a Splunk server. Using the APIs
Expand Down Expand Up @@ -453,15 +455,22 @@ must be used instead of the `getResults()` method.
You can find anything having to do with developing on Splunk at the Splunk
developer portal:

* <http://dev.splunk.com>
* For all things developer with Splunk, your main resource is the [Splunk
Developer Portal](http://dev.splunk.com).

* For conceptual and how-to documentation, see the [Overview of the Splunk SDK
for PHP](http://dev.splunk.com/view/php-sdk/SP-CAAAEJM).

Reference documentation for the Splunk REST API:
* For API reference documentation, see the [Splunk SDK for PHP
Reference](http://docs.splunk.com/Documentation/PHPSDK)

* <http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI>
* For more about the Splunk REST API, see the [REST API
Reference](http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI).

Overview of Splunk and links to additional product information:
* For more about about Splunk in general, see [Splunk>Docs](http://docs.splunk.com/Documentation/Splunk).

* <http://docs.splunk.com/Documentation/Splunk/latest/User/SplunkOverview>
* For more about this SDK's repository, see our
[GitHub Wiki](https://github.com/splunk/splunk-sdk-php/wiki/).

## Community

Expand Down Expand Up @@ -509,8 +518,9 @@ provided below.
### Support

1. You will be granted support if you or your company are already covered
under an existing maintenance/support agreement. Send an email to
_support@splunk.com_ and include "Splunk SDK for PHP" in the subject line.
under an existing maintenance/support agreement. Visit
<http://www.splunk.com/support> and click **Submit a Case** under **Contact
a Support Engineer**.

2. If you are not covered under an existing maintenance/support agreement, you
can find help through the broader community at:
Expand Down
4 changes: 2 additions & 2 deletions tests/ReceiverTest.php
Expand Up @@ -132,7 +132,7 @@ private function checkEvents(
$service, $indexName, $index, $expectedEvents, $numEvents, $indexDelay)
{
// Wait until the events have been counted
$timeoutTime = microtime(TRUE) + 30.0;
$timeoutTime = microtime(TRUE) + 50.0;
while (TRUE)
{
$index->refresh();
Expand Down Expand Up @@ -178,4 +178,4 @@ private function formatDateWithUnknownTimezone($format)
// desired behavior here, suppress this warning.
return @date($format);
}
}
}

0 comments on commit fa47b86

Please sign in to comment.