I want to show the tab with the water mark in splunk configuration page , how to achive it.
Hi @TestUser
There used to be a placeholder configuration in UCC but unfortunately it was deprecated (https://splunk.github.io/addonfactory-ucc-generator/advanced/oauth_support/#properties:~:text=The%20....) which I was personally a bit frustrated by, but anyway, the alternative recommendation from the engineering team is to use the 'help' configuration such as:
{
"field": "name",
"label": "Name",
"type": "text",
"required": true,
"help": "Enter a name..",
},
This will appear *under* the text box, but its better than nothing!
#bringBackPlaceholder
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
I want to show it in the configuration page tab, where im getting the date format as the input, where i need to show the example format of date input in the tab.
Thanks
Would you like to display a highlighted watermark on your dashboard? for example, a label with the highlighted format placed before the input field?
Regards,
Prewin
Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!