42After a reboot the journal is empty. How does journald decide what to keep, and how do you fix retention?▼easyNewTCSInfosysRed Hat◆ premiumVolatile by default on many distros, size-capped by silent policy, binary on disk. Know the storage modes, the vacuum knobs, and how journald feeds central logging.Open full answer →
16You need one log collector on every node, including nodes that join later. Which workload object do you reach for?▼easyNewDatadogRed HatAmazon & AWS○ sign inThe friendliest DaemonSet question there is, and it still separates people who have operated one from people who have read about one. The scheduling rules hide the traps.Open full answer →
07Logging costs more than the database and leadership wants the bill halved without losing signal. Design the pipeline.▼hardNewDatadogSnowflakeCloudflareunlockedThe instinct is to delete old logs. That is backwards: the waste lives in what you ingest, not how long you keep it. This answer walks the levers in the order that actually pays.Open full answer →
13Follow one log line from the application into Elasticsearch and onto the Kibana screen. Where does this path break at scale?▼mediumNewAmazon & AWSFlipkartJPMorgan Chase○ sign inThe data-path question separates people who have sized a cluster from people who installed one. Shard sizing, refresh versus flush, and each ILM phase carry one specific failure mode apiece.Open full answer →
32We can't afford full logging on our hottest service. Sample the logs or filter aggressively, and what do we lose?▼mediumNewRazorpaySwiggyDatadog◆ premiumSampling keeps proportions and loses rare individuals; filtering keeps chosen classes complete and loses whatever you misclassified. Decide retention at write time, keep counters always, rehydrate the rest.Open full answer →
26Apps emit more log lines than the logging pipeline stores, and nothing alerts. Where do the missing events go?▼mediumNewWalmart Global TechDatadogSnowflake◆ premiumNothing errors because dropping unmatched lines is documented behaviour. Counting the tagged failures converts an invisible leak into a number, and numbers have owners.Open full answer →
40Design log search for four hundred services and fifty teams, at ten terabytes a day.▼expertNewDatadogElasticSnowflake2 replies◆ premiumThe hard parts are not search. They are deciding what to keep before you pay to store it, isolating one team's query from everyone else's, and making the cost visible to the people generating it.Open full answer →
28You need prompt and response logs to debug an AI feature, and legal says no. How do you resolve it?▼hardNewStripeSalesforceAtlassian2 replies◆ premiumPrompts contain whatever the user typed, which in a support product is names, account numbers and medical detail. Full-text logging is a data-protection decision, not a debugging preference.Open full answer →
52Legal says the EU AI Act applies to a feature you host. What does the platform actually have to provide?▼hardNewSAPSalesforceMicrosoft2 replies◆ premiumMost of the obligation lands on the product, but three parts land on infrastructure: an inventory of what is deployed, evidence of what it did, and the ability to turn it off. Those are platform capabilities and they take months to retrofit.Open full answer →