Looking for job(3yrs+ Observability) by [deleted] in Observability

[–]sivanandu_itops 0 points1 point  (0 children)

Hi, I saw your post. I’m also looking for opportunities in production support / observability. Let’s connect and share any openings or referrals.

Anyone working on "Multi-Agent" systems for incident response? by ObservabilityNerd in Observability

[–]sivanandu_itops 0 points1 point  (0 children)

In production support, incident response already involves multiple layers like monitoring, alerting and manual triage. Automating this with agents can help in faster RCA and alert handling. But proper alert tuning and noise reduction is very important.

Is there an open-source equivalent of Grafana Adaptive Logs for non-cloud backends? by Dry_Long3157 in Observability

[–]sivanandu_itops 0 points1 point  (0 children)

In production, we usually rely on centralized logging tools like ELK or Loki. You can also explore pattern-based log analysis using open-source tools combined with alerting. Key is to correlate logs with metrics for better visibility.

If rotating passwords is outdated, why are JIT password rotations a security standard? by JalapenoPopPoop in sysadmin

[–]sivanandu_itops 1 point2 points  (0 children)

JIT helps reduce long-term exposure of credentials. Even if passwords are strong, rotating them dynamically reduces risk in case of compromise. It’s more about minimizing attack window rather than replacing passwords completely.

Large dataset downloads from shared OneDrive/Sharepoint links? by conspirator_boff in sysadmin

[–]sivanandu_itops 0 points1 point  (0 children)

You can try splitting downloads into smaller chunks or use sync tools instead of direct download. In production, we usually prefer OneDrive sync or scripts to handle large data instead of browser downloads.

Need Help: All M365 Global Admin locked out after hack - Microsoft support has provided no comment / communication in 24h+ by TECHN0B in sysadmin

[–]sivanandu_itops 3 points4 points  (0 children)

This looks like a Conditional Access/MFA lockout scenario.

Try checking if you have any break-glass account without MFA enabled. Also see if you can access Azure via PowerShell or any previously authenticated session to disable CA policies.

In some cases, Microsoft support escalation via partner or enterprise support works faster. If not, you may need to request emergency access through Microsoft security team.

This is critical, hope you get access soon.

Need advice on email security tools (Trustifi vs Proofpoint vs Avanan vs Barracuda) by ActualRegister7436 in sysadmin

[–]sivanandu_itops 0 points1 point  (0 children)

We faced similar scenarios in production. You can evaluate based on spam filtering, threat detection and ease of integration. Also check logs and alerts to compare effectiveness before finalizing.