Skip to content

Commit c64cdea

Browse files
Merge pull request #11 from jimmyatSplunk/upgrade-3-0-3
Upgrade 3 0 3
2 parents 0d96f4d + 5f08069 commit c64cdea

File tree

915 files changed

+167251
-11549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

915 files changed

+167251
-11549
lines changed

README.txt

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,10 @@
1-
BigFix TA
2-
Created by Jimmy Maple
3-
4-
#############################################
5-
################### Setup ###################
6-
#############################################
7-
8-
This add-on utilizes two input methods. The first being the asset list obtained by polling the BigFix REST API. The setup of the REST API input requires a coordination with the BigFix administrator in your environment.
9-
10-
Things to request from the BigFix administrator
11-
12-
1. A console account with login access via REST API only. No other permissions are needed.
13-
2. The account will need to be subsribed to all hosts that will be brought into the asset list.
14-
3. A property the BigFix administrator knows will detail a list of MAC addresses for each host.
15-
16-
If the BigFix administrator does not have a property available, you can use the following relevance to evaluate what is necessary.
17-
18-
if windows of operating system then (mac addresses of adapters of network) else if not windows of operating system then ((mac address of it as string) of ip interfaces whose (not loopback of it AND exists mac address of it) of network) else ""
19-
20-
#############################################
21-
############## Acknowledgments ##############
22-
#############################################
23-
24-
This section is to thank the many people who attirbuted the development of this TA by providing relevance, log files, development licenses, and other support.
25-
26-
Jason Walker
27-
Geetha Alagppan
28-
Mark "Gunny" Collins
29-
Mark Spryer
30-
Eric Howard
31-
Josh Rice
32-
James Stewart
33-
Aram Eblighatian
34-
Jimmy Glass
35-
Keith Hutchison
1+
This is an add-on powered by the Splunk Add-on Builder.
2+
# Binary File Declaration
3+
/opt/splunk/var/data/tabuilder/package/TA-bigfix/bin/ta_bigfix/aob_py3/pvectorc.cpython-37m-x86_64-linux-gnu.so: this file does not require any source code
4+
/opt/splunk/var/data/tabuilder/package/TA-bigfix/bin/ta_bigfix/aob_py3/markupsafe/_speedups.cpython-37m-x86_64-linux-gnu.so: this file does not require any source code
5+
/opt/splunk/var/data/tabuilder/package/TA-bigfix/bin/ta_bigfix/aob_py3/setuptools/cli-32.exe: this file does not require any source code
6+
/opt/splunk/var/data/tabuilder/package/TA-bigfix/bin/ta_bigfix/aob_py3/setuptools/cli-64.exe: this file does not require any source code
7+
/opt/splunk/var/data/tabuilder/package/TA-bigfix/bin/ta_bigfix/aob_py3/setuptools/cli.exe: this file does not require any source code
8+
/opt/splunk/var/data/tabuilder/package/TA-bigfix/bin/ta_bigfix/aob_py3/setuptools/gui-32.exe: this file does not require any source code
9+
/opt/splunk/var/data/tabuilder/package/TA-bigfix/bin/ta_bigfix/aob_py3/setuptools/gui-64.exe: this file does not require any source code
10+
/opt/splunk/var/data/tabuilder/package/TA-bigfix/bin/ta_bigfix/aob_py3/setuptools/gui.exe: this file does not require any source code

README/ta_bigfix_settings.conf.spec

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
[logging]
2-
loglevel = <string>
2+
loglevel =
33

44
[additional_parameters]
5-
bigfix_server_url = <string>
6-
* Full URL for the BigFix server
7-
8-
bigfix_server_port = <int>
9-
* Management port for BigFix server.
10-
* The default port number from HCL is "52311"
11-
* Customizable by deployment
12-
13-
query_timeout_seconds = <int>
14-
* The amount of time each query sent to the BigFix server waits for a response.
15-
* If there is no response, the query fails and exits the loop.
5+
bigfix_server_url =
6+
bigfix_server_port =
7+
query_timeout_seconds =

appserver/static/js/build/0.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appserver/static/js/build/0.licenses.txt

Lines changed: 1281 additions & 0 deletions
Large diffs are not rendered by default.

appserver/static/js/build/1.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appserver/static/js/build/1.licenses.txt

Lines changed: 1281 additions & 0 deletions
Large diffs are not rendered by default.

appserver/static/js/build/3.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appserver/static/js/build/3.licenses.txt

Lines changed: 1281 additions & 0 deletions
Large diffs are not rendered by default.

appserver/static/js/build/4.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appserver/static/js/build/5.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)