Skip to content

Commit 7ba9140

Browse files
Rebuild addon using Splunk AOB v4.1.4 (#44)
1 parent ff1563e commit 7ba9140

7 files changed

Lines changed: 11 additions & 8 deletions

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.9

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
PYTHON := python3
2+
13
build: clean getdeps
24
slim package TA-linode
35

@@ -8,8 +10,8 @@ unittest:
810
pytest TA-linode/bin/tests
911

1012
getdeps:
11-
pip install -r requirements-dev.txt
12-
pip install -r requirements.txt --upgrade --target TA-linode/bin/deps
13+
$(PYTHON) -m pip install -r requirements-dev.txt
14+
$(PYTHON) -m pip install -r requirements.txt --upgrade --target TA-linode/bin/deps
1315

1416
lint:
1517
# Avoid linting pre-generated code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Linode Add-on for Splunk collects account events from Linode.
66

77
To install the app onto a Splunk instance, follow the steps outlined in the [installation section](#installation).
88

9-
Linode accounts can be can be configured in the `Configuration` tab of the Add-on. A read-only Linode API token is required when configuring an account. See the official [Linode API Documentation](https://www.linode.com/docs/guides/getting-started-with-the-linode-api/#get-an-access-token) for more details on generating an API token.
9+
Linode accounts can be configured in the `Configuration` tab of the Add-on. A read-only Linode API token is required when configuring an account. See the official [Linode API Documentation](https://www.linode.com/docs/guides/getting-started-with-the-linode-api/#get-an-access-token) for more details on generating an API token.
1010

1111
Inputs are configured through the `Inputs` tab of the Add-on. Each input can have a specified index, Linode account, poll interval, and start date. After an input is created, it will automatically begin polling Linode's API on the user-specified interval.
1212

TA-linode/TA-linode.aob_meta

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

TA-linode/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": {
66
"group": null,
77
"name": "TA-linode",
8-
"version": "0.0.3"
8+
"version": "0.0.4"
99
},
1010
"author": [
1111
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file is generated by add-on builder automatically
22
# please do not edit it
33
[base]
4-
builder_version = 4.1.3
4+
builder_version = 4.1.4
55
builder_build = 0
66
is_edited = 1
77

TA-linode/local/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
state_change_requires_restart = false
44
is_configured = false
55
state = enabled
6-
build = 8
6+
build = 9
77

88
[launcher]
99
author = Linode
10-
version = 0.0.3
10+
version = 0.0.4
1111
description = The Linode Add-on for Splunk includes inputs for ingesting Linode account events into Splunk.
1212

1313
[ui]

0 commit comments

Comments
 (0)