Book Image

Implementing Splunk (Update)

Book Image

Implementing Splunk (Update)

Overview of this book

Table of Contents (20 chapters)
Implementing Splunk Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Reasons for not working with advanced XML


There are also a number of reasons not to work with advanced XML:

  • Steep learning curve: Depending on what technologies you are comfortable working with and, possibly, on how well the rest of this chapter is written, the learning curve for advanced XML can be steep.

  • No direct control over HTML: If there is a particular HTML that you want to produce from search results, this may not be as simple as you had hoped. Short of writing your own module, you must work within the bounds of the options provided to the existing modules, modify CSS with application. CSS, or modify the HTML code using JavaScript.

  • No direct control over logic: If you need specific things to happen when you click on specific table cells, particularly based on other values in the same row, this can only be accomplished by modifying the document using JavaScript. This is possible, but it is not well documented. Examples can be found at http://splunkbase.com, both in answer posts and sample...