-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from mrzarquon/PIE-48
Pie 48
- Loading branch information
Showing
43 changed files
with
128 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,185 +1,185 @@ | ||
{ | ||
"meta": { | ||
"apiVersion": "3.0.0", | ||
"name": "TA-puppet-report-viewer", | ||
"displayName": "Puppet Report Viewer", | ||
"restRoot": "TA_puppet_report_viewer", | ||
"version": "2.0.0" | ||
}, | ||
"pages": { | ||
"configuration": { | ||
"title": "Configuration", | ||
"description": "Set up your add-on", | ||
"tabs": [ | ||
{ | ||
"title": "Add-on Settings", | ||
"name": "additional_parameters", | ||
"entity": [ | ||
{ | ||
"label": "Puppet Enterprise Console", | ||
"field": "puppet_enterprise_console", | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of text input is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "Puppet Enterprise Console", | ||
"defaultValue": "https://puppet.company.com", | ||
"required": true, | ||
"help": "URL to access the Puppet Enterprise console", | ||
"type": "text", | ||
"help": "URL to access the Puppet Enterprise console" | ||
"required": true | ||
}, | ||
{ | ||
"label": "Username", | ||
"field": "puppet_read_user", | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of text input is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "Username", | ||
"defaultValue": "splunk", | ||
"required": true, | ||
"help": "Puppet Enterprise User with PuppetDB Access", | ||
"type": "text", | ||
"help": "Puppet Enterprise User with PuppetDB Access" | ||
"required": true | ||
}, | ||
{ | ||
"label": "Password", | ||
"field": "puppet_read_user_pass", | ||
"encrypted": true, | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of password is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "Password", | ||
"defaultValue": "", | ||
"required": true, | ||
"help": "", | ||
"type": "text", | ||
"help": "" | ||
"required": true, | ||
"encrypted": true | ||
}, | ||
{ | ||
"label": "Splunk HEC URL", | ||
"field": "splunk_hec_url", | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of text input is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "Splunk HEC URL", | ||
"defaultValue": "https://splunk.company.coml:8088/services/collector", | ||
"required": true, | ||
"defaultValue": "https://splunk.company.com:8088/services/collector", | ||
"help": "URL to HEC services collector", | ||
"type": "text", | ||
"help": "URL to HEC services collector" | ||
"required": true | ||
}, | ||
{ | ||
"label": "HEC Token", | ||
"field": "splunk_hec_token", | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of text input is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "HEC Token", | ||
"defaultValue": "", | ||
"required": true, | ||
"help": "Token from HEC configured with puppet:summary or puppet:detailed sourcetype", | ||
"type": "text", | ||
"help": "Token from HEC configured with puppet:summary or puppet:detailed sourcetype" | ||
"required": true | ||
}, | ||
{ | ||
"label": "Bolt User", | ||
"field": "bolt_user", | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of text input is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "Bolt User", | ||
"defaultValue": "", | ||
"required": false, | ||
"help": "Puppet Enterprise User with Bolt Task Access (if different from PuppetDB)", | ||
"type": "text", | ||
"help": "Puppet Enterprise User with Bolt Task Access (if different from PuppetDB)" | ||
"required": false | ||
}, | ||
{ | ||
"label": "Bolt Password", | ||
"field": "bolt_user_pass", | ||
"encrypted": true, | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of password is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "Bolt Password", | ||
"defaultValue": "", | ||
"required": false, | ||
"help": "", | ||
"type": "text", | ||
"help": "" | ||
"required": false, | ||
"encrypted": true | ||
}, | ||
{ | ||
"label": "Orch. Services URL", | ||
"field": "puppet_bolt_server", | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of text input is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "Orch. Services URL", | ||
"defaultValue": "", | ||
"required": false, | ||
"help": "Puppet Enterprise Orchestrator URL (derived from PE Console by default)", | ||
"type": "text", | ||
"help": "Puppet Enterprise Orchestrator URL (derived from PE Console by default)" | ||
"required": false | ||
}, | ||
{ | ||
"label": "Bolt Action Token", | ||
"field": "puppet_action_hec_token", | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of text input is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "Bolt Action Token", | ||
"defaultValue": "", | ||
"required": false, | ||
"help": "Provide token if using dedicated HEC for the puppet:action sourcetype", | ||
"type": "text", | ||
"help": "Provide token if using dedicated HEC for the puppet:action sourcetype" | ||
"required": false | ||
}, | ||
{ | ||
"label": "PuppetDB URL", | ||
"field": "puppet_db_url", | ||
"validators": [ | ||
{ | ||
"minLength": 0, | ||
"maxLength": 8192, | ||
"errorMsg": "Max length of text input is 8192", | ||
"type": "string", | ||
"maxLength": 8192 | ||
"type": "string" | ||
} | ||
], | ||
"label": "PuppetDB URL", | ||
"defaultValue": "", | ||
"required": false, | ||
"help": "URL to access PuppetDB (derived from PE Console by default)", | ||
"type": "text", | ||
"help": "URL to access PuppetDB (derived from PE Console by default)" | ||
"required": false | ||
} | ||
] | ||
], | ||
"name": "additional_parameters", | ||
"title": "Add-on Settings" | ||
} | ||
] | ||
], | ||
"title": "Configuration" | ||
} | ||
}, | ||
"meta": { | ||
"version": "2.0.0", | ||
"apiVersion": "3.0.0", | ||
"name": "TA-puppet-report-viewer", | ||
"restRoot": "TA_puppet_report_viewer", | ||
"displayName": "Puppet Report Viewer" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
bin/ta_puppet_report_viewer/modalert_puppet_run_task_act_helper.py
100644 → 100755
Empty file.
Empty file modified
0
bin/ta_puppet_report_viewer/modalert_puppet_run_task_helper.py
100644 → 100755
Empty file.
Empty file modified
0
bin/ta_puppet_report_viewer/modalert_puppet_run_task_investigate_helper.py
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.