├── CONTRIBUTING.md ├── LICENSE └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | - Search previous suggestions before making a new one, as yours may be a duplicate. 4 | - Make sure the list is useful before submitting. That implies it has enough content and every item has a good succinct description. 5 | - Find relevant category or create new one. 6 | - Link additions should be added to the bottom of the relevant category. 7 | - New categories or improvements to the existing categorization are welcome. 8 | - Make an individual pull request for each suggestion. 9 | - Check your spelling and grammar. 10 | - Make sure your text editor is set to remove trailing whitespace. 11 | - The pull request and commit should have a useful title. 12 | - Before adding any links to employees - grant permissing from this person. 13 | - Thank you for your suggestions! 14 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Denis Gladkikh 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Splunk 2 | 3 | > A curated list of awesome Splunk links 4 | 5 | - [Official Website](https://www.splunk.com) 6 | - [Downloads](https://www.splunk.com/download) 7 | - [Older Splunk Releases](https://www.splunk.com/page/previous_releases) 8 | - [SplunkBase - Apps and Add-ons](https://splunkbase.splunk.com) 9 | - [Publishers: Working with Splunkbase](http://docs.splunk.com/Documentation/Splunkbase/latest/Splunkbase/Introduction) 10 | - [Publishers: Splunk Apps Entitlement API Reference](http://docs.splunk.com/Documentation/Splunkbase/latest/SBAPI/AbouttheSplunkbaseEntitlementAPI) 11 | - [Documentation](https://docs.splunk.com) 12 | - [Splunk Enterprise - Latest - Documentation](http://docs.splunk.com/Documentation/Splunk/latest/) 13 | - [Development](http://dev.splunk.com) 14 | - [Overview of the Splunk SDKs](http://dev.splunk.com/sdks) 15 | - [Splunk SDKs](http://docs.splunk.com/Documentation/SDK) 16 | - [Overview of Splunk Developer Tools](http://dev.splunk.com/tools) 17 | - [Web Framework](http://docs.splunk.com/Documentation/WebFramework) 18 | - [GitHub](https://github.com/splunk) 19 | - [REST API Overview](http://dev.splunk.com/restapi) 20 | - [Splunk Developer Guidance - Book](http://dev.splunk.com/view/dev-guide/SP-CAAAE2R) 21 | - [Development License Sign Up](http://dev.splunk.com/page/developer_license_sign_up) 22 | - [Splunk Answers (Ask Questions, Get Support)](https://answers.splunk.com) 23 | - [Splunk Answers User manual](http://docs.splunk.com/Documentation/Splunkbase/latest/Answers/AboutAnswers) 24 | - [Splexicon - The Splexicon defines technical terms that are specific to Splunk.](http://docs.splunk.com/Splexicon) 25 | - Social 26 | - [Splunk Twitter](https://twitter.com/splunk) 27 | - [SplunkDev Twitter](https://twitter.com/splunkdev) 28 | - [Splunk Wiki, a community space where you can share what you know with other Splunk users](http://wiki.splunk.com/Main_Page) 29 | - [Splunk Blogs](http://blogs.splunk.com) 30 | - [Find a Splunk User Group](https://usergroups.splunk.com) 31 | - [Splunk .conf - Annual Splunk Conference](http://conf.splunk.com) 32 | - [2015 - Recordings](http://conf.splunk.com/speakers.html#_content_splunk-conf_speakers_jcr_content_parsys_session_filter) 33 | - [2014 - Recordings](http://conf.splunk.com/speakers/2014.html#) 34 | - [2013 - Recordings](http://conf.splunk.com/speakers/2013.html#) 35 | - Employees (do not add without granting permission from person) 36 | - Den Gladkikh - Dev - Core, KVStore, Docker, Management 37 | - [GitHub](http://github.com/outcoldman/) 38 | - [Twitter](https://twitter.com/outcoldman) 39 | - [WebSite](https://outcoldman.com) 40 | - Splunk & [Docker](https://www.docker.com) 41 | - [Unofficial Splunk Images](https://hub.docker.com/r/outcoldman/splunk/) - ([source](https://github.com/outcoldman/docker-splunk])) 42 | - [Fork with NFSv4 mount](https://github.com/DoubleDensity/docker-splunk) 43 | - [Integrating Splunk with Docker, CoreOS, and JournalD](http://blogs.splunk.com/2015/04/30/integrating-splunk-with-docker-coreos-and-journald/) 44 | - [Collecting docker logs and stats with Splunk](http://blogs.splunk.com/2015/08/24/collecting-docker-logs-and-stats-with-splunk/) 45 | - [Splunk Logging Driver for Docker](http://blogs.splunk.com/2015/12/16/splunk-logging-driver-for-docker/) 46 | --------------------------------------------------------------------------------