GRAYLOG - Chapter 10, Exercise 3 Solution ========================================================== Why the Built-In Share Feature Is the Safer Choice PROBLEM ------- Explain why this chapter recommends Graylog's own built-in share/save- search feature over hand-building a URL using the recipe given here, even though the recipe is presented in full. SOLUTION -------- This chapter's own warn-box states plainly that the URL-building recipe is UNVERIFIED - nobody has confirmed that a link built this way actually loads the expected search when clicked. It's recorded as a real starting guess, not a trusted, tested method. Graylog's own built-in share/save-search feature, by contrast, is real, native product functionality - it's built and maintained specifically to generate a working link, and doesn't require anyone to manually encode special characters (space, colon, quotation marks, angle brackets) by hand, which is exactly the kind of step-by-step manual process where a small mistake could silently produce a broken or wrong link. ANSWER: The built-in feature is recommended because it's confirmed, tested functionality that generates a working link automatically, while the hand-built URL recipe is explicitly unverified and requires careful manual character encoding that's genuinely easy to get wrong. The recipe is worth knowing as a fallback or for understanding how the URL structure likely works, but shouldn't be trusted as a first choice over a real, working built-in alternative. ---- WHY THIS WORKS AS AN ANSWER This directly reflects this chapter's own explicit, honest framing of the URL recipe as unverified - matching the same standard of not overstating confidence in unconfirmed information that this whole course has tried to maintain throughout, right down to its very last chapter.