Thank you Kiran. What I am looking for is the meaning of each component code found. For instance If I run -
index=_*
| stats count by component index log_level
I see many component codes with Wa...
See more...
Thank you Kiran. What I am looking for is the meaning of each component code found. For instance If I run -
index=_*
| stats count by component index log_level
I see many component codes with Warning or Error. The question becomes what does that component code mean and if there is a warning or error what is the action needed to correct or tune? I do not see any documentation in Splunk to that effect and have asked Splunk PS, Splunk Instructors and Splunk Support. No answer yet.
I want to build dashboards and associated alerts to help me know the stability and status of the platform.
Thank you!
Hello All, I have copied senemail.py to a custom app to modify it for adding html inputs to email . Now this custom copy throws not compatible with python 3 error , where as original sendemail.p...
See more...
Hello All, I have copied senemail.py to a custom app to modify it for adding html inputs to email . Now this custom copy throws not compatible with python 3 error , where as original sendemail.py in search/bin does not throw any error I just modified a small statement in the script to add html inputs apart from that remaining script is same as search /bin copy
Inputs.conf One of the objectives is for you add data into Splunk via a configuration mechanism, typically this is via an inputs.conf file, so if you have logs you want to add to splunk then you wo...
See more...
Inputs.conf One of the objectives is for you add data into Splunk via a configuration mechanism, typically this is via an inputs.conf file, so if you have logs you want to add to splunk then you would use inputs.conf as a simple example. There are other use case settings as well such as setting the Splunk server's receiver settings as well - see the below link for further examples and use cases. https://docs.splunk.com/Documentation/Splunk/9.2.1/Admin/Inputsconf#inputs.conf.example web.conf The main object is to configure the Splunk Web settings (HTTP/HTTPS) / security settings - this is set with TLS certificates for production environment’s - you can see the examples in the below link https://docs.splunk.com/Documentation/Splunk/9.2.1/admin/Webconf#web.conf.example You can and should create sperate apps, example my_linux_secure_logs and place the inputs.conf there (You can’t change the names of the conf files. There is a good app folder diagram here to show you where files and folders live - and you have to follow this structure with the config files you need. https://dev.splunk.com/enterprise/docs/developapps/createapps/appanatomy/ In terms of app precedency, order is based on the lexicographical (alphabetical) order of the app names under global context. Simple example App A (my_app_a) will be before App B (my_app_b) Have a look at the concepts below on app precedency https://docs.splunk.com/Documentation/Splunk/9.2.1/Admin/Wheretofindtheconfigurationfiles
Hello, We're trying to setup the Azure Storage account from the add-on and we're getting authentication failure. Credential is working fine when test using Azure Storage Explorer. Only difference...
See more...
Hello, We're trying to setup the Azure Storage account from the add-on and we're getting authentication failure. Credential is working fine when test using Azure Storage Explorer. Only difference is client environment has certain policy. It started to work when they add the respective VNET/Subnet in storage firewall while failing with authentication error over storage account private endpoint. Does app can support storage account connectivity through specific storage services private endpoint? from configuration perspective, we can only define the storage account name and access key. Thanks.
Hello all, In our environment, the UiPath team doesn't seem to know how to expect the export expecting in the default inputs.conf (C:\uipath_logs). Is there any documentation that might help them?
I used (as you already indicated) appserver/static to hold these elements. What's the difference with icons. Format ? Its a shame they have not enhanced this.....
Hi Everyone How can I fit an analytical expression to a dataset in a dashboard? The expression could for instance be: y = a + b*exp(x-x_0) Let me know what you thing. Thanks
Hello @Ardi.Maryanto,
It looks like the community was not able to jump in and help. Did you happen to find a solution yourself in the meantime? If not, you can reach out to AppDynamics Support for...
See more...
Hello @Ardi.Maryanto,
It looks like the community was not able to jump in and help. Did you happen to find a solution yourself in the meantime? If not, you can reach out to AppDynamics Support for help too. How do I submit a Support ticket? An FAQ
Hi @Ryan.Paredez This is new issue after the call i observed. In call we were, tried installation on new VM and was stucked at mvn build step as internet connectivity wasn't there on VM. Today, I ...
See more...
Hi @Ryan.Paredez This is new issue after the call i observed. In call we were, tried installation on new VM and was stucked at mvn build step as internet connectivity wasn't there on VM. Today, I have resolved that one issue and completed all remaining of the steps as per documentation. But observing issue as mentioned above in detail. I'll require further assistance to resolve it. Regards, Shubham Kadam
Hi @Ramesh.Jakka,
Since the community has not jumped in, you can contact AppDynamics Support for help. If you do, and you get a solution, can you please come back and share it here.
How do I sub...
See more...
Hi @Ramesh.Jakka,
Since the community has not jumped in, you can contact AppDynamics Support for help. If you do, and you get a solution, can you please come back and share it here.
How do I submit a Support ticket? An FAQ
Hi @Josh.Varughese,
If anyone of Rajesh's replies helped, please click the "Accept as Solution" button if, not, please reply and keep the conversation going!
Hi @andgarciaa , good for you, see next time! let me know if I can help you more, or, please, accept one answer for the other people of Community. Ciao and happy splunking Giuseppe P.S.: Karma P...
See more...
Hi @andgarciaa , good for you, see next time! let me know if I can help you more, or, please, accept one answer for the other people of Community. Ciao and happy splunking Giuseppe P.S.: Karma Points are appreciated
Hi @svibhute There are a number of options and depending on your app deployment architecture. 1. Download the latest version of the app from Splunk - extract the tar file - copy over to /opt/s...
See more...
Hi @svibhute There are a number of options and depending on your app deployment architecture. 1. Download the latest version of the app from Splunk - extract the tar file - copy over to /opt/splunk/etc/apps folder (ensure splunk permissions are set sudo chown -R splunk:splunk - this is typical) and if its Linux based as opposed to Windows. 2. You can directly install via the HF GUI (if you have admin access) go to managed apps, install from file (you should have already downloaded the tar file) or if you have a registered account with Splunk then use the browser more apps option and di it via there. 3. If you are using a deployment server to manage apps, then follow that process, where the app is pushed out to the HF. I would also make backup of the /opt/splunk/etc/apps folder on the HF prior to the upgrade.