Hi, just to help anyone else. This builds on gmorris_splunk answer. Version:8.2.6 Below only shows Date Range. Note the removal of the commas, and the use of empty curly brackets. one thin...
See more...
Hi, just to help anyone else. This builds on gmorris_splunk answer. Version:8.2.6 Below only shows Date Range. Note the removal of the commas, and the use of empty curly brackets. one thing I could not get to work, was to display only the 'Between' option . <panel>
<html>
<style>
body,
.dashboard-body,
.footer,
.dashboard-panel,
.nav
{
background: #F8FCF7;
}
div[data-test^='time-range-dialog']
{
background-color: #EDF8EB;
min-width: 300px !important;
width: 400px !important;
}
div[data-test^='body']
{
background-color: #D1ECCC;
}
div[data-test-panel-id^='date']
{} !important;
div[data-test-panel-id^='presets']
{
display: none !important;
}
div[data-test-panel-id^='dateTime']
{
display: none !important;
}
div[data-test-panel-id^='advanced']
{
display: none !important;
}
div[data-test-panel-id^='realTime']
{
display: none !important;
}
div[data-test-panel-id^='relative']
{
display: none !important;
}
</style>
</html>
</panel> .