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.)