I am creating an App on Splunk and need to hide "Create new dashboard button" from the app users.
I tried editing the dashboard.css, but it doesn't work.
D:\Splunk Enterprise\etc\apps\my_app\appserver\static
.btn-group:first-child{
display:none;
}
I restarted Splunk, but that button is still there...
... View more
I need to convert an IP address to binary.
i.e. IP Address:10.171.230.151
-->10 171 230 151
-->11000000101010000000010100000000
finally it is a 32 digit binary
How can I do it with a Splunk search?
thanks
... View more