Hi @LearningGuy , see at https://docs.splunk.com/Documentation/SCS/current/SearchReference/ConversionFunctions and try | makeresults
| eval num = 1
| eval var_type = typeof('num')
| eval num2 = to...
See more...
Hi @LearningGuy , see at https://docs.splunk.com/Documentation/SCS/current/SearchReference/ConversionFunctions and try | makeresults
| eval num = 1
| eval var_type = typeof('num')
| eval num2 = tostring(num, "commas")
| eval var_type2 = typeof('num2') Ciao. Giuseppe
Hello, how to convert number to string using tostring function? I tried using tostring function, but the result is still number See below. Thank you!! | makeresults
| eval num = 1
| eval var_t...
See more...
Hello, how to convert number to string using tostring function? I tried using tostring function, but the result is still number See below. Thank you!! | makeresults
| eval num = 1
| eval var_type = typeof('num')
| eval num2 = tostring(num)
| eval var_type2 = typeof('num2')
We`re ingesting data using a REST API call, not a UF, but still experiencing the issue with duplicate values.
We created an app using the Add-on Builder app then deployed it onto one of the HF whic...
See more...
We`re ingesting data using a REST API call, not a UF, but still experiencing the issue with duplicate values.
We created an app using the Add-on Builder app then deployed it onto one of the HF which ingests and sends the data to Cloud.
Settings on the HF:
KV_MODE = none
INDEXED_EXTRACTIONS = json
Any advice would be appreciated.
Thanks,
Toma
Hi, we have just installed the aruba networks add-on splunk, and I would like to have the dashboards that can be created from this add-on, also, how can i get a table with SNR values vs AP vs user...
See more...
Hi, we have just installed the aruba networks add-on splunk, and I would like to have the dashboards that can be created from this add-on, also, how can i get a table with SNR values vs AP vs users, Thx
Honestly kind of surprised here especially with the recent Cisco acquisition since this is using a Cisco technology. I feel like there would be more input on how we can do this.
Hi, I am trying implement custom app using add-on builder. I am running a rest call and getting error as Error: python ERROR HTTPSConnectionPool(host='*', port=*): Max retries exceeded with ur...
See more...
Hi, I am trying implement custom app using add-on builder. I am running a rest call and getting error as Error: python ERROR HTTPSConnectionPool(host='*', port=*): Max retries exceeded with url: /*(Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at *>: Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions')) I have tried adding "verify=False" in python script but its not helping
response = str ((requests.get(url, data = body, auth=(user, password))).text,verify=False)
Any idea what else could be an issue and how to fix it. ?
I have a use case where I'm trying to collect events from a federated search. I can run and search results using the federated index, but when I try to add a collect command to collect the results to...
See more...
I have a use case where I'm trying to collect events from a federated search. I can run and search results using the federated index, but when I try to add a collect command to collect the results to a local index I get the following error: "No results to summary index." The search works but automatically returns no results when I try to collect. I've leveraged a workaround by using a makeresults with dummy data followed by an append with a subsearch, that contains my federated search and that collects fine, but now I'm limited by subsearch constraints. Anyone run into this issue? Workaround: | makeresults
| eval test="a"
| fields - _time
| append
[ index=federated:testindex | head 1 ]
| collect index=mysummaryindex
Hello I have an alert that runs every 2 minutes for the last 40 hours of data. I use five different logs to retrieve the result I need using the join command. The throttle is set on, suppressing the...
See more...
Hello I have an alert that runs every 2 minutes for the last 40 hours of data. I use five different logs to retrieve the result I need using the join command. The throttle is set on, suppressing the results for 40 hours in order to suppress the repeating alert. My alert runs perfectly and triggers on time. But every three to four months once, I get the delayed alert for some hours. This issue was repeating for every three to four months, So I had an alternative alert running. Now one of the alert gets delayed for 4 hours and an other one was on time. It makes the alert less reliable. I started to monitor the triggered alerts in Triggered alerts section. Note: It's a very big query takes 30 seconds. May I know the possible reason for this and best practices to avoid this error in future? How to identify the issue?
My kvstore is failed and I am trying to renew my certificate, my Splunk server is on a windows server. I have tried the steps by removing the server.pem and server_pkcs1.pem from ..\Splunk\etc\auth...
See more...
My kvstore is failed and I am trying to renew my certificate, my Splunk server is on a windows server. I have tried the steps by removing the server.pem and server_pkcs1.pem from ..\Splunk\etc\auth\ as well as delete the expired Cert SplunkServerDefaultCert from Cerlm. this method worked for me in four other deployments however this one deployment, when I go start my Splunk services, I get failure to start Splunkd with an error message " Unable to generate certificate for SSL. Splunkd port communication may not work (Child failed to start: FormatMessage was unable to decode error (193), (0xc1)) SSL certificate generation failed.
The search is the following:
Index=index1 sourcetype=sourcetype1 hostname=* software != ""
| rex field=software "cpe:\/a:(?<Vendor>[^:]+):(?<Product>[^:]+):(?<Version>.*)"
| table hostname, Vendor,...
See more...
The search is the following:
Index=index1 sourcetype=sourcetype1 hostname=* software != ""
| rex field=software "cpe:\/a:(?<Vendor>[^:]+):(?<Product>[^:]+):(?<Version>.*)"
| table hostname, Vendor, Product, Version
| dedup hostname, Vendor, Product, Version
Hi @debjit_k, I don't know how this add-on works and I don't know python, but priority is defined in the code of one of the python scripts (snow_incident_base.py) that you can find in bin folder. C...
See more...
Hi @debjit_k, I don't know how this add-on works and I don't know python, but priority is defined in the code of one of the python scripts (snow_incident_base.py) that you can find in bin folder. Ciao. Giuseppe
Hello, Here's the image. I want to have the time range change based on the selected Grade. For example: If I select Kindergarten, the time will change to "last 24 hours" Thank you
Gotcha and no worries, that's what I am here for If you have an LB that can do some kind of probing for the active box then it shouldn't matter if DNS has an issue as the LB will decide which is ...
See more...
Gotcha and no worries, that's what I am here for If you have an LB that can do some kind of probing for the active box then it shouldn't matter if DNS has an issue as the LB will decide which is "healthy" and the DNS record just points to the LB if that makes sense? Not done it myself but definitely heard it a few times in the Warm/Standby conversations around automating the failover.
Great point about the DNS. Our concern was that, as brought up by our networking team, there might be a lag in when the DNS record gets updated during the manual switch and during that time we wanted...
See more...
Great point about the DNS. Our concern was that, as brought up by our networking team, there might be a lag in when the DNS record gets updated during the manual switch and during that time we wanted to direct our users to the right URL, if possible. I'll reach out to support! It's not a high priority, but I didn't see anything in the UI. Thanks for replying
@catherinelam I highly doubt it although it's probably somewhere on the system. My 1st question would have to be why? No-one should be going to the standby as it should be behind some DNS and/or LB...
See more...
@catherinelam I highly doubt it although it's probably somewhere on the system. My 1st question would have to be why? No-one should be going to the standby as it should be behind some DNS and/or LB that only sends traffic to the "active" box. If in doubt I would ask support as changing this, if possible, may cause issues with the support agreement.