Skip to content

Commit

Permalink
Merge pull request #19 from splunk/feature/renaming
Browse files Browse the repository at this point in the history
Change SDK name per legal
  • Loading branch information
davidfstr committed Dec 20, 2012
2 parents c08566f + db58dfc commit e2cf86c
Show file tree
Hide file tree
Showing 36 changed files with 57 additions and 57 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Splunk JavaScript SDK Changelog
# Splunk SDK for JavaScript Changelog

## v1.1.0

Expand Down Expand Up @@ -65,11 +65,11 @@
`splunkjs.JobManager.{events|results|preview}Iterator` methods.

* A new "hello-world"-style code example, `log.js`, has been added to show how
to do simple application logging using the Splunk JavaScript SDK.
to do simple application logging using the Splunk SDK for JavaScript.

### Breaking changes

* The easyXDM library is no longer included with the Splunk JavaScript SDK
* The easyXDM library is no longer included with the Splunk SDK for JavaScript
because this library was not being used, and could not work with a Splunk
instance that had a self-signed SSL certificate.

Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ JavaScript. This SDK supports both server- and client-side JavaScript.

## Installation

This section describes the basic steps for installing the Splunk JavaScript SDK.
This section describes the basic steps for installing the Splunk SDK for JavaScript.
For more detailed instructions and requirements, see the
[Splunk Developer Portal][install].

### Get the Splunk JavaScript SDK
### Get the Splunk SDK for JavaScript

You can get the SDK by [downloading it][zip] from GitHub, or by cloning it:

Expand All @@ -28,9 +28,9 @@ To install the XML to JSON app, copy the xml2json app directory
(<b>/splunk-sdk-javascript/xml2json</b>) to the Splunk apps directory
(<b>$SPLUNK_HOME/etc/apps</b>), then restart Splunk.

### Use the Splunk JavaScript SDK components on your web page
### Use the Splunk SDK for JavaScript components on your web page

To use the components from the Splunk JavaScript SDK on your web page, copy the
To use the components from the Splunk SDK for JavaScript on your web page, copy the
**/splunk-sdk-javascript/client** directory to your web server.
Then, include the **splunk.js** or **splunk.min.js** file from this directory in
your code.
Expand All @@ -48,14 +48,14 @@ controls. These UI component files (<b>splunk.ui.timeline</b> and
<b>splunk.ui.charting</b>) are also in the <b>/splunk-sdk-javascript/client</b>
directory.

### Install the Splunk JavaScript SDK for Node.js
### Install the Splunk SDK for JavaScript for Node.js

If you want to use the Splunk JavaScript SDK with your Node.js programs, install
If you want to use the Splunk SDK for JavaScript with your Node.js programs, install
the SDK by running `npm` in *your* project's directory as follows:

npm install splunk-sdk

Then, to include the Splunk JavaScript SDK, use the `require` function in your
Then, to include the Splunk SDK for JavaScript, use the `require` function in your
code:

var splunkjs = require('splunk-sdk');
Expand All @@ -67,7 +67,7 @@ server-side code.

### Client-side code example

This HTML example uses the Splunk JavaScript SDK to list all jobs:
This HTML example uses the Splunk SDK for JavaScript to list all jobs:

<script type="text/javascript" src="splunk.js"></script>
<script type="text/javascript" src="jquery.min.js"></script>
Expand All @@ -93,7 +93,7 @@ This HTML example uses the Splunk JavaScript SDK to list all jobs:

### Node.js code example

This example shows how to use the Splunk JavaScript SDK and Node.js to list all
This example shows how to use the Splunk SDK for JavaScript and Node.js to list all
jobs:

var splunkjs = require('splunk-sdk');
Expand All @@ -115,7 +115,7 @@ jobs:

## SDK examples

The Splunk JavaScript SDK contains several server- and client-based examples.
The Splunk SDK for JavaScript contains several server- and client-based examples.
For detailed instructions about getting them running, see the
[Splunk Developer Portal][examples].

Expand Down Expand Up @@ -148,7 +148,7 @@ save it as **.splunkrc** in the current user's home directory:

### Client-side examples

The Splunk JavaScript SDK includes several browser-based examples, which you can
The Splunk SDK for JavaScript includes several browser-based examples, which you can
run from the Examples web page.

To start a simple web server and open the Examples page in a
Expand All @@ -158,7 +158,7 @@ web browser, enter:

### Node.js examples

The Splunk JavaScript SDK includes several command-line examples, which are
The Splunk SDK for JavaScript includes several command-line examples, which are
located in the **/splunk-sdk-javascript/examples/node** directory. These
examples run with Node.js and use the command-line arguments from the
**.splunkrc** file, if you set this up with your login credentials.
Expand Down Expand Up @@ -186,7 +186,7 @@ Your output should look something like this:

## Development

The Splunk JavaScript SDK infrastructure relies on Node.js, so if you want to
The Splunk SDK for JavaScript infrastructure relies on Node.js, so if you want to
build files, run examples, run tests, or generate documentation, you must
install Node.js. You can read more about how to set up your environment
on the [Splunk Developer Portal][requirements].
Expand All @@ -207,7 +207,7 @@ To rebuild and minify the browser files, open a command prompt in the

### Run unit tests

The Splunk JavaScript SDK includes several unit tests for each component. You
The Splunk SDK for JavaScript includes several unit tests for each component. You
can run individual test modules or run all tests. Before you run them, some
searches need to be running in your splunkd instance. You can start some
searches by logging into Splunk Web and opening the Search app, which will run a
Expand Down Expand Up @@ -288,7 +288,7 @@ To run the browser tests, enter:

The **CHANGELOG.md** file in the root of the repository contains a description
of changes for each version of the SDK. You can also find the
[Splunk JavaScript SDK Changelog](changelog) online.
[Splunk SDK for JavaScript Changelog](changelog) online.

### Branches

Expand All @@ -304,10 +304,10 @@ If you need to know more:
[Splunk Developer Portal](devportal).

* For conceptual and how-to documentation, see the
[Overview of the Splunk JavaScript SDK](jsoverview).
[Overview of the Splunk SDK for JavaScript](jsoverview).

* For API reference documentation, see the
[Splunk JavaScript SDK Reference](jsapiref).
[Splunk SDK for JavaScript Reference](jsapiref).

* For more about the Splunk REST API, see the
[REST API Reference](restapiref).
Expand Down Expand Up @@ -365,7 +365,7 @@ If you would like to contribute to the SDK, go here for more information:

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 JavaScript SDK" in the
_support@splunk.com_ and include "Splunk SDK for JavaScript" in the
subject line.

2. If you are not covered under an existing maintenance/support agreement, you
Expand Down
2 changes: 1 addition & 1 deletion contrib/dox/ref_index_template.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion contrib/dox/ref_template.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Async.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Context.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Http.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Application.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Applications.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.ConfigurationFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.ConfigurationStanza.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Configurations.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Endpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Entity.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Indexes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Job.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.SavedSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.SavedSearches.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.ServerInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.User.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.Users.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion docs/1.1.0/refs/splunkjs.Service.View.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Splunk JavaScript SDK</title>
<title>Splunk SDK for JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down

0 comments on commit e2cf86c

Please sign in to comment.