Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: splunk/splunk-javascript-logging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: splunk/splunk-javascript-logging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 10 files changed
  • 6 contributors

Commits on May 19, 2017

  1. feat(SplunkLogger): Add requestOptions parameter

    This will allow `requestOptions` to be passed into the constructor
    rather than requiring modifications after instantiation. This is
    particularly useful for assigning multiple options at once, e.g.
    
    ```javascript
    const logger = new SplunkLogger(config, {
      agent: new https.Agent(),
      strictSSL: true,
      timeout: 150,
    });
    ```
    elliotttf committed May 19, 2017
    Configuration menu
    Copy the full SHA
    b735aee View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Merge pull request #65 from splunk/master

    release 0.11.0
    akaila-splunk authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    8eda6d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Merge pull request #68 from splunk/master

    release 0.11.1
    ashah-splunk authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    6586532 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    774d572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e945d30 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    886fc97 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Add support for setting Content-Type header

    David Baskin
    David Baskin committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d2b55c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Merge pull request #70 from aboyce/develop

    Added support for fields in the metadata.
    bparmar-splunk authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f72abe7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Merge pull request #16 from elliotttf/requestOptions

    feat(SplunkLogger): Add requestOptions parameter
    bparmar-splunk authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    80519c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Merge pull request #72 from signpost/set-content-type-db

    Add support for setting Content-Type header
    bparmar-splunk authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1c5f0b2 View commit details
    Browse the repository at this point in the history
Loading