- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to format HTML data into Splunk tabular data?
jimsplunk1
New Member
12-05-2022
11:20 PM
I would like to inquire if there is a way we can transform our html data into tabular data in Splunk once indexed? I am using the Jira Confluence get content and retrieves html data (confluence page). We would like to index this data in Splunk using AddOn Input (configured in Splunk AddOn Builder Python Code) and uses BeautifulSoup library for python for parsing. Also, I believe transform.conf and props.conf will help to format our data indexed. However, these setup seems difficult for there are wide formatting needed since not all pages were same and to submit it in Splunk.
(eg. Create a Splunk dashboard that will get each confluence page information like table data, header data, etc.)
