Activity Feed
- Posted Java agent Configuration Options and Precedence on Splunk AppDynamics. 04-13-2020 06:39 PM
- Tagged Java agent Configuration Options and Precedence on Splunk AppDynamics. 04-13-2020 06:39 PM
- Tagged Java agent Configuration Options and Precedence on Splunk AppDynamics. 04-13-2020 06:39 PM
- Posted ERROR NetVizAgentRequest - Fatal transport error while connecting to URL on Splunk AppDynamics. 04-13-2020 01:19 PM
- Tagged ERROR NetVizAgentRequest - Fatal transport error while connecting to URL on Splunk AppDynamics. 04-13-2020 01:19 PM
- Posted HTTPError: 409 while querying git from the TA-Github app on All Apps and Add-ons. 01-17-2019 09:32 AM
- Tagged HTTPError: 409 while querying git from the TA-Github app on All Apps and Add-ons. 01-17-2019 09:32 AM
- Tagged HTTPError: 409 while querying git from the TA-Github app on All Apps and Add-ons. 01-17-2019 09:32 AM
- Posted Disabling the TLS certificate verification in TA-Github on All Apps and Add-ons. 01-17-2019 09:28 AM
- Tagged Disabling the TLS certificate verification in TA-Github on All Apps and Add-ons. 01-17-2019 09:28 AM
- Tagged Disabling the TLS certificate verification in TA-Github on All Apps and Add-ons. 01-17-2019 09:28 AM
- Tagged Disabling the TLS certificate verification in TA-Github on All Apps and Add-ons. 01-17-2019 09:28 AM
- Tagged Disabling the TLS certificate verification in TA-Github on All Apps and Add-ons. 01-17-2019 09:28 AM
- Posted Re: LDAP connection invalid on All Apps and Add-ons. 11-20-2018 04:19 PM
- Posted Sorting the data values in a stacked timechart on Splunk Search. 11-20-2018 01:35 PM
- Tagged Sorting the data values in a stacked timechart on Splunk Search. 11-20-2018 01:35 PM
- Tagged Sorting the data values in a stacked timechart on Splunk Search. 11-20-2018 01:35 PM
- Tagged Sorting the data values in a stacked timechart on Splunk Search. 11-20-2018 01:35 PM
- Tagged Sorting the data values in a stacked timechart on Splunk Search. 11-20-2018 01:35 PM
- Posted Re: TLS certificates for python apps? on All Apps and Add-ons. 11-13-2018 02:24 PM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 | |||
0 |
04-13-2020
06:39 PM
Is the precedence of configuration options "correct"?
From this: https://docs.appdynamics.com/display/PRO45/Administer+the+Java+Agent
I understand and have verified that system properties are overridden by environment variables. This is exactly the opposite of what I would expect and would like and is different from every other convention I have encountered.
It also makes it hard to do things like setting up a default configuration baked into a docker image and be able to override those settings in a "run.sh" script on the java command line.
... View more
Labels
- Labels:
-
Agent Management
04-13-2020
01:19 PM
How do I turn off the attempted communication from the JavaAgent to the Network Visibility agent? The JavaAgent running in a docker image emits this error message periodically to its log: [AD Thread Pool-Global9] 12:57:01,474 ERROR NetVizAgentRequest - Fatal transport error while connecting to URL [http://127.0.0.1:3892/api/agentinfo?timestamp=0&agentType=APP_AGENT&agentVersion=0.3.0]: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:3892 [/127.0.0.1] failed: Connection refused (Connection refused) I gather we do not have a license for the NVA - so do not need this. Also, is there any reason to have all the logging levels in the Java agent set to INFO? A huge amount of noise is generated that does not seem to have much value - might it be better to choose ERROR?
... View more
Labels
- Labels:
-
Agent Management
01-17-2019
09:32 AM
Can someone explain why this error occurs, and what can be done to resolve it?
2019-01-16 14:24:24,007 ERROR pid=20699 tid=MainThread file=base_modinput.py:log_error:307 | Get error when collecting events. Traceback (most recent call last): File "/opt/splunk/etc/apps/TA-Github/bin/ta_github/modinput_wrapper/base_modinput.py", line 127, in stream_events self.collect_events(ew) File "/opt/splunk/etc/apps/TA-Github/bin/github_api_repos_commits.py", line 72, in collect_events input_module.collect_events(self, ew) File "/opt/splunk/etc/apps/TA-Github/bin/input_module_github_api_repos_commits.py", line 135, in collect_events raise error HTTPError: 409 Client Error: Conflict for url: https://git.server/api/v3/repos/DEV/DEV/commits?since=2018-01-25&per_page=50
... View more
01-17-2019
09:28 AM
The only way I can make this work is by editing the file: /opt/splunk/etc/apps/TA-Github/bin/input_module_github_api_repos_commits.py
and changing “verfy=True” to verify=False.
response = helper.send_http_request(url, method, parameters=parameter, payload=None, headers=header, cookies=None, verify=False, cert=None, timeout=25, use_proxy=True)
Out github appliance listens on https and has a SAN certificate rooted by our own CA.
... View more
11-20-2018
04:19 PM
I have the same issue - please can you explain how to fix it?
I have a test python program with the same parameters that works fine.
My (redacted) command line is:
| ldapquery uri="ldap://ldapserver.foo" basedn="Dc=ds,dc=ent" scope="subtree" binddn="CN=ENT_SVC_GITSPLUNK,OU=ServiceAccounts,OU=Users,OU=Enterprise,DC=ds,DC=ent" bindpassword="pwd" ldapfilter="(&(objectClass=user)(sAMAccountName=uid))" attributelist="company manager"
LDAPError at "/opt/splunk/etc/apps/TA-pyLDAP/bin/ldap/ldapobject.py", line 106 : LDAP connection invalid
Splunk ent 6.5.2 RHEL 7.5
... View more
11-20-2018
01:35 PM
How do I order the horizontal slices in a stacked timechart by value?
The working search string looks like this:
timechart count by author.name limit=0
The data is coming from git commit records. Each record is labelled by author.name. The search string tallies the count of records for every author over a year and produces a nice stacked bar chart, one bar per month with every user's count stacked up in the bar.
However the stack is ordered alphabetically by author.name. How do I order it by count, lowest to highest top to bottom?
... View more
11-13-2018
02:24 PM
After some poking around - and running this: python -c "import requests; print requests.certs.where()"
It emits this: /opt/splunk/lib/python2.7/site-packages/requests/cacert.pem
I cat'd my cert to the end of this file - but still the same error ...
... View more
11-13-2018
12:13 PM
I am using the TA-github app to connect to a local github application. The logs says:
11-13-2018 12:00:30.611 -0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-Github/bin/github_api_repos_commits.py" SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:603)
11-13-2018 12:00:30.635 -0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-Github/bin/github_api_repos_commits.py" ERROR[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:603)
Where to I have to save the TLS cert for my server?
... View more
- Tags:
- GitHub Addon
- python
04-27-2017
05:19 AM
I am configuring the HTTP event collector for Jenkins.
What is the source type?
Which index(es) shall I specify?
... View more
01-31-2017
04:57 PM
Any ideas why the install fails?
Splunk Version 6.5.2
Splunk Build 67571ef4b87d
RHEL 6.8
The installation of the jenkins plugin fails:
1/31/17
4:53:30.618 PM
2017-01-31 16:53:30,618 ERROR [5891318a867f2df8462950] init:332 - Unable to obtain template "splunk_app_jenkins:templates/base.html":
Traceback (most recent call last):
File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/init.py", line 327, in render_template
templateInstance = mako_lookup.get_template(template_name)
File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/init.py", line 214, in get_template
raise_top_level_lookup_exception(uri)
File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/init.py", line 158, in raise_top_level_lookup_exception
raise exceptions.TopLevelLookupException(_("Splunk has failed to locate the template for uri '%s'." % uri))
TopLevelLookupException: Splunk has failed to locate the template for uri 'splunk_app_jenkins:templates/base.html'.
... View more
04-22-2016
01:03 PM
Please tell me the process to upgrade from the trial to an enterprise license that works.
I have tried the instructions of resetting the group to Enterprise and getting prompted to supply the new license and got this:
... View more
- Tags:
- license
Labels
- Labels:
-
license