You could just create one event instead of three, or in the example, just return the first event:
| head 1
If you're working with ISO time strings but unknown times in an unknown order, you can s...
See more...
You could just create one event instead of three, or in the example, just return the first event:
| head 1
If you're working with ISO time strings but unknown times in an unknown order, you can sort lexicographically:
| sort time_1
| head 1
If the time format is known but not necessarily in ISO format, you can convert time_1 to an epoch value using the appropriate format string (still ISO in this example) and sort the result:
| eval time_1_epoch=strptime(time_1, "%Y-%m-%dT%H:%M:%S%Z")
| sort time_1_epoch
| head 1
If multiple events have the same time_1 value, you can use eventstats and where:
| eval time_1_epoch=strptime(time_1, "%Y-%m-%dT%H:%M:%S%Z")
| eventstats min(time_1_epoch) as min_time_1
| where time_1_epoch==min_time_1
Hi @Praz_123 , Can you check your authentication.conf file and confirm you are using LDAP and also start checking the splunkd.log and see what errors appears related to login to debug further.
Hi Richgalloway, Thanks for your reply. I consider HAProxy for that because I've had some experience about it. But I want to add LB several month later. does it maybe have some bad effect on the cl...
See more...
Hi Richgalloway, Thanks for your reply. I consider HAProxy for that because I've had some experience about it. But I want to add LB several month later. does it maybe have some bad effect on the cluster performance? or create some fault on the search process?
Hi Justyna, What is your UBuntu server's CPU architect? Did you control it, is it supported or not? Or did you check your server Vis agent suitable for your OS/CPU architect? Thanks Cansel
Hi Yann, You can use ADQL in order to create your own metric like this below in screenshot In your example, you can easily count your "status" field with "Failed" message . Based on this count ...
See more...
Hi Yann, You can use ADQL in order to create your own metric like this below in screenshot In your example, you can easily count your "status" field with "Failed" message . Based on this count you create alert or something like that. Thanks Cansel
Hi Viji, Why don't you upload these dSYM files while building your SDK automatically? For IOS https://docs.appdynamics.com/appd/22.x/latest/en/end-user-monitoring/mobile-real-user-monitoring/instr...
See more...
Hi Viji, Why don't you upload these dSYM files while building your SDK automatically? For IOS https://docs.appdynamics.com/appd/22.x/latest/en/end-user-monitoring/mobile-real-user-monitoring/instrument-ios-applications/upload-the-dsym-file#id-.UploadthedSYMFilev22.5-enable-dsym For Android, https://docs.appdynamics.com/appd/22.x/latest/en/end-user-monitoring/mobile-real-user-monitoring/instrument-android-applications/customize-the-android-build/automatically-upload-mapping-files Thanks Cansel
Splunk does not recommend any specific load balancer. They specify only that the LB employ layer-7 (application-level) processing and user sessions are "sticky" or "persistent."
Hi Dietrich, This log pattern is basically, a very generic one. Unfortunately, there are lots of different reasons but mostly related to the controller side. I want to ask you, can you please run t...
See more...
Hi Dietrich, This log pattern is basically, a very generic one. Unfortunately, there are lots of different reasons but mostly related to the controller side. I want to ask you, can you please run this grep command in your server files below command which are hosted in /appdynamics/controller/server folder below, grep -i "Buffer Overflow" server* | wc -l grep -i "dropping event" server* | wc -l grep -i "Caused by: java.nio.BufferOverflowException" server* | wc -l Than let's see what is the root cause of your problem Thanks Cansel
Hi, I have deployed a search head cluster with 3 members and one deployer. based on splunk document, is recommends that run a third-party hardware or software load balancer in front of the clustered...
See more...
Hi, I have deployed a search head cluster with 3 members and one deployer. based on splunk document, is recommends that run a third-party hardware or software load balancer in front of the clustered search heads. does splunk recommend any special load balancer that is most compatible
Hi, I am not able to login in any of the server like (CM, SH and more...). While am putting the username and passwords its showing . "Login Failed " What could be the reason , how can i troubles...
See more...
Hi, I am not able to login in any of the server like (CM, SH and more...). While am putting the username and passwords its showing . "Login Failed " What could be the reason , how can i troubleshoot from backend
Hello, You can use direct Webhook URL to Pushcall API like: https://pushcall.me/api/call?api_key=XXXXXXXX&to=<Phone just navigate to your account https://pushcall.me , enter phone number and copy...
See more...
Hello, You can use direct Webhook URL to Pushcall API like: https://pushcall.me/api/call?api_key=XXXXXXXX&to=<Phone just navigate to your account https://pushcall.me , enter phone number and copy URL Then configure alert in Splunk to Webhook