Hi There, before solving this i thought to double check this one thru this idea: 1) I thought to write a small python script which will fetch all links from the Splexicon page 2) Verify the http re...
See more...
Hi There, before solving this i thought to double check this one thru this idea: 1) I thought to write a small python script which will fetch all links from the Splexicon page 2) Verify the http return code (404 or 401 or .. ), so we can make sure that no more broken links will be there. As i was working on this, i noticed the Splunk version hardcoded on the docs links: 1) for example, take this one - https://docs.splunk.com/Splexicon:Eventdata this page got two more links under the "For more information" In Getting Data In: Overview of event processing Assign the correct source types to your data the clean links are: https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/Overviewofeventprocessing https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/Setsourcetype when i was working on this last time, i remember that the links would have "latest" now it is hard-coded as "9.3.2" so, if Splunk releases 9.3.3, then, may i know if some Splunk Docs admin will manually edit/update these links, pls suggest, thanks.