2.1.1 • Published 4 months ago

@paziresh24/splunk-event v2.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Splunk Event

Install

npm install --save @paziresh24/splunk-event

# or

yarn add @paziresh24/splunk-event

Usage

import { splunk } from "@paziresh24/splunk-event";

const splnk = splunk.create({
    baseUrl: "https://splunk.local:8088",
    token: XXX,
    constant: { // optional
        userAgent: navigator.userAgent
    }
})

splnk.sendEvent({
    group: 'search_events',
    type: "click",
    ... // other event data
})
2.1.1

4 months ago

2.1.0

4 months ago

2.0.0

5 months ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago