This thread is for the Office Hours session Awesome Admins: Managing Your Hybrid/On-Prem Deployment on Wed, June 28, 2023 at 1pm PT / 4pm ET.
Register Here to level up your Admin Chops! Join our new bi-weekly Office Hour zoom series where technical Splunk experts answer questions and provide how-to guidance on a different topic every month! This session is dedicated to Splunk hybrid/on-prem admins and will cover any topics or questions related to:
Please submit your questions below as comments in advance. You can also head to the #office-hours user Slack channel to ask questions (request access here).
Pre-submitted questions will be prioritized. After that, we will go in order of the questions posted below, then will open the floor up to live Q&A with meeting participants. If there’s a quick answer available, we’ll post as a direct reply.
Look forward to connecting!
Hey Everyone!
Please add your questions/comments here for any topics you'd like to see discussed in the Community Office Hours session (you can also head to the #office-hours user Slack channel to ask questions and join the discussion - request access here).
Here are some questions from the session (to view the live recording, join the #office-hours user Slack channel):
Q1: What do you find is the easiest way to alert on hosts that stop sending a particular sourcetype when events of that sourcetype may not appear every day?
|convert ctime(lastTime) AS "last Indexed Time"
|table "last Indexed Time" sourcetype totalCount
|sort -totalCount
Q2: What are the advantages of using federated search as opposed to just pointing the search head to each indexer/cluster master directly?
Q3: I have/am an on-premise or BYOL cloud customer who is experiencing performance issues and/or skipped searches. How can Splunk help?
Other Tools/Apps discussed
Q4: How does a deployment server work and what are some best practices?
Live Q&A
Q1: I have an issue where the update.sh script is continuously checking for package updates and holding a lock on the yum repo on some of our machines. How do we go about troubleshooting, something like that? Is it an issue? A configuration problem?
Follow-up dialogue:
Q2: We write our own security content for clients, so we have a development environment (Splunk Enterprise), and then the production environment (Splunk Cloud). The initial issue we've been having when writing our own custom content or custom apps, is that sometimes they'll pass vetting, but there are some features that may stop working and we think it might be due to some security limitations spunk have put in place on Cloud, but we are not sure about this. And is there a best practice way to kind of get around that or develop things?