- Advanced Splunk
- Ashish Kumar Tulsiram Yadav
- 224字
- 2021-07-02 16:36:03
Developing a Splunk add-on
It is very important to first identify the problem that the Splunk add-on will solve. On identifying the problem, the following procedure is to be followed to create an add-on.
Building an add-on
It is very important to define the need and problems that the add-on will be solving before we build it.
If the add-on will be used to add data to Splunk, then how do we get that data into Splunk?
The various methods of data input are shown in the following screenshot. An add-on can be configured to use any one of them depending on the requirement and use case.

You may wonder, what will the add-on do next? What configuration files need to be configured in the add-on for the given requirement? Add-ons can be configured for data acquisitions, data transformation, normalization, and enrichment. Add-ons can also be configured to have one or more than one features depending on the need:

Installing a technology add-on
The steps to install technology add-ons via the Web and manually are exactly the same as the steps to install a Splunk application, as described in the earlier sections. Users need to follow the same steps and choose the add-on folder in place of the Splunk app folder specified in the preceding steps to install a technology add-on on Splunk Enterprise.
- 程序員修煉之道:程序設(shè)計(jì)入門(mén)30講
- 劍指Offer(專(zhuān)項(xiàng)突破版):數(shù)據(jù)結(jié)構(gòu)與算法名企面試題精講
- 編寫(xiě)高質(zhì)量代碼:改善Python程序的91個(gè)建議
- Mastering Julia
- Java Web應(yīng)用開(kāi)發(fā)技術(shù)與案例教程(第2版)
- Easy Web Development with WaveMaker
- Kinect for Windows SDK Programming Guide
- Java EE 7 Performance Tuning and Optimization
- C#程序設(shè)計(jì)教程(第3版)
- 0 bug:C/C++商用工程之道
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- Building Business Websites with Squarespace 7(Second Edition)
- WCF技術(shù)剖析(卷1)
- Monitoring Docker
- MongoDB Cookbook