All Topics

Find Answers
Ask questions. Get answers. Find technical product solutions from passionate members of the Splunk community.

All Topics

Hello Splunkers While running the attached query, results are populating very slow. From that query i want to achieve trend graph by using the line visualisation. But graphs are populating very slo... See more...
Hello Splunkers While running the attached query, results are populating very slow. From that query i want to achieve trend graph by using the line visualisation. But graphs are populating very slow. Please recommend how can I optimize my query to get the results quickly. Please check the attachment for the query.      
Bad passwords logged in the DC Netlogon logs: for a specific account name:  index=cim sourcetype=netlogon host=*dc* "0xC000006A" Logon_Account="*<accountname>”  *** need the asterisk since the netlo... See more...
Bad passwords logged in the DC Netlogon logs: for a specific account name:  index=cim sourcetype=netlogon host=*dc* "0xC000006A" Logon_Account="*<accountname>”  *** need the asterisk since the netlogon log usually puts the domain netbios name in front of the account name, for a specific account by source:  index=cim sourcetype=netlogon host=*dc* "0xC000006A" Logon_Account="*<accountname>”   *** same query as above because I did not find an easy way to get the bad password source.  Anyone please help me 
Hello, I have configured my OpenTelemetry agent to instrument the MySQL database my PHP application uses. Next, I followed the install process for the PHP agent to collect traces. My application is ... See more...
Hello, I have configured my OpenTelemetry agent to instrument the MySQL database my PHP application uses. Next, I followed the install process for the PHP agent to collect traces. My application is being detected in APM, and MySQL shows up as an inferred service in APM, so far so good. When I open Database Query Performance to analyse the queries being executed against my database, however, Splunk claims it cannot display any query data, no matter how large I make the time window.  Yet, when I look at the traces of my application, Splunk is able to see the content of the query spans and their latency. I'm having difficulty understanding why no data is flowing into the Database Query Performance while everything seems to be configured well. Is this feature simply not enabled for trial users?
Wondering if there is anyway to recover data that is not reporting within splunk on any alert or dashboard during a time period that splunk had ran out of space and accounts that had ownership became... See more...
Wondering if there is anyway to recover data that is not reporting within splunk on any alert or dashboard during a time period that splunk had ran out of space and accounts that had ownership became disabled?  space issue has been fixed and alerts and dashboards have been given different ownership.  splunk forwarder is running on all computers. Basically when we run an of our alerts and dashboards we don't get any events between the dates of 4/15 and 4/27.   Event logs on all computers have events for the time period but splunk isn't pulling them.
Hi, is there a way to search for more than one appearance of a pattern in a string? For example: Command cmd.exe c:\windows\\\\\\\\sytem32\[...] cmd.exe c:\windows\sytem32\[...] I would want... See more...
Hi, is there a way to search for more than one appearance of a pattern in a string? For example: Command cmd.exe c:\windows\\\\\\\\sytem32\[...] cmd.exe c:\windows\sytem32\[...] I would want to search for rows with more than single consecutive "\" , in case of above only first row to be returned.
Hi, I have a requirement to generate a report/export to excel the problems triggered for all the applications (total 113 applications) in AppDynamics in the last month. How can we achieve this?... See more...
Hi, I have a requirement to generate a report/export to excel the problems triggered for all the applications (total 113 applications) in AppDynamics in the last month. How can we achieve this? From the documentation, I could see we can generate reports through REST API.  Please guide me on how to create an API to extract data.  We are using windows OS. Could you please help me? Thanks & regards Srinivas
hi all, i have an app with several dashboards, each displaying data from different indexes. the users have roles assigned, which allow them to view different dashboards. the roles allow access to... See more...
hi all, i have an app with several dashboards, each displaying data from different indexes. the users have roles assigned, which allow them to view different dashboards. the roles allow access to different indexes. some month ago, i've added a monitor that sends the data to the 'main' index using a datasource. now i'm asked to add a dashboard for this data and allow some users to use it. i've added a role, inherited the company base user role and capabilities, the index 'main' and a restriction to the datasource. my testuser that only has this role can use the dashboard. BUT: as soon i add this role to other users, they can use this new dashboard, but not the otherones anymore. they simply say 'No results found.' any ideas? thanks...
Hi! I am trying to use the "ipv6compress" command (https://splunkbase.splunk.com/app/4912/) on a Splunk 8.1.7.2 install, and I can see the tool tip, but when it runs, it says "Unknown search command ... See more...
Hi! I am trying to use the "ipv6compress" command (https://splunkbase.splunk.com/app/4912/) on a Splunk 8.1.7.2 install, and I can see the tool tip, but when it runs, it says "Unknown search command 'ipv6compress'.". From what I can tell, the files are loaded correctly on the system. Might someone know why this error is coming up? Thanks!
I have a service that does uploading in bulk per request. Each request will contain a list of 100 records. In splunk i get this list of 100 request as one event. Is there a way i can split this list ... See more...
I have a service that does uploading in bulk per request. Each request will contain a list of 100 records. In splunk i get this list of 100 request as one event. Is there a way i can split this list and generate 100 splunk events through query Sample log event: [2022-04-28T09:27:39,755+0000]-[INFO ]-["threadPoolTaskExecutor-1" traceId=8f22a26fcd03cdfdcd186131aa862c09, spanId=c4bb44c1f0561b9b, sampled=false cid=, clu=]-[c.i.v.s.t.k.EventBusConsumer]-[110]-Message. key = null . Size = 5008 . Value = {"items": [{"contactID": "1","firstName": "ricj"},{"contactID": "2","firstName": "rock"},{"contactID": "3","firstName": "rob"}]}   Expected events: {"contactID": "1","firstName": "rich"} {"contactID": "2","firstName": "rock"} {"contactID": "3","firstName": "rob"}
Hi All, We are monitoring the same log file from multiple hosts and we have observed that when  a particular error gets logged the service of that machine stops, when this happens there is nothing e... See more...
Hi All, We are monitoring the same log file from multiple hosts and we have observed that when  a particular error gets logged the service of that machine stops, when this happens there is nothing else logged in the log file but the error,  The machine will try automatically to bring up the service, and if it does so successfully then other normal logs will follow. Aim: Our aim is to capture this particular error but only alert if that error is the last entry on this log file in the last 30 minutes or so. Any help on this would be greatly appreciated. For arguments sake the error looks like this: ***ERROR*** Exception occurred in serviceB_TDR
is there a way to check whether my splunk deployer and deployment server is working fine ?  splunk documentation would be highly appreciated. 
Hi,   There is constant time diff (_indextime - _time) from few windows server as below, not sure what causing this and how to fix it  
Dear professional, I want to get the log size of each service in an index. This is my search string index="hcg_oapi_prod"| eval size = len(_raw) | stats sum(size) as rawSize by sourcetype | eval... See more...
Dear professional, I want to get the log size of each service in an index. This is my search string index="hcg_oapi_prod"| eval size = len(_raw) | stats sum(size) as rawSize by sourcetype | eval GB = round(rawSize / 1024 / 1024/1024, 2)   But this query string can not be completed and auto-canceled.   Please help me.
Hi all, We have a dashboard with Radial Gauge which is refreshing automatically every 2 minutes. When the dashboard is refreshed automatically the Radial Gauge dial and number are in the correc... See more...
Hi all, We have a dashboard with Radial Gauge which is refreshing automatically every 2 minutes. When the dashboard is refreshed automatically the Radial Gauge dial and number are in the correct centered position. However, the needle itself is shown in the starting position (upper left corner) aside of the Radial Gauge.   In this image, in the inspector on the right hand side, you can see that in "circle" the "cx" and "cy" coordinates are in the starting position. If we refresh the page manually or resize the window in any way the needle is moved in the correct position:  Here we can see the correct position of the needle which is also presented in the "Circle" coordinates "cx" and "cy" Does anyone encountered that issue before and how can it be fixed?
Hello, I have  signed up for my phantom us in order to get the ova and start testing. Unfortunately my account didn't get approved yet and it seems to be taking some time. Can someone from the suppor... See more...
Hello, I have  signed up for my phantom us in order to get the ova and start testing. Unfortunately my account didn't get approved yet and it seems to be taking some time. Can someone from the support look into it pls. Thank you
Team, index sourcetype=app_* some_search | rex "\[(?<transactionid>[A-Za-z0-9]+)\]" | rename transactionid as q|table q|format returns me ( ( q="100223608103" ) OR ( q="D202204021000676" ) ) ... See more...
Team, index sourcetype=app_* some_search | rex "\[(?<transactionid>[A-Za-z0-9]+)\]" | rename transactionid as q|table q|format returns me ( ( q="100223608103" ) OR ( q="D202204021000676" ) )   How do I get the below instead? ( ( "100223608103" ) OR ("D202204021000676" ) )   Thank you
Hi Team, Please help me out in this case. I am searching the Port Scanning attack attempts by the following query. index="firewall" | stats dc(destination_port) as pcount by source_ip | where pcou... See more...
Hi Team, Please help me out in this case. I am searching the Port Scanning attack attempts by the following query. index="firewall" | stats dc(destination_port) as pcount by source_ip | where pcount > 500 It Shows me the results in forms only like sorce_ip is 145.132.11.11 and p count 777. But I want the results in the form of  Sorce_ip      sorce_port     destination_ip      destnation_port      pcount So what will be the query in this regard? Waiting for your kind reply.
I have a fresh Splunk Cloud instance with the AWS Add on for AWS App installed. When I try to load the Analytics view I get a "You do not have permissions to access objects of user=sc_admin" error.... See more...
I have a fresh Splunk Cloud instance with the AWS Add on for AWS App installed. When I try to load the Analytics view I get a "You do not have permissions to access objects of user=sc_admin" error. I've given sc_admin all the privilege.   
hello I transpose events like this     | eval time=strftime(_time,"%H:%M") | sort time | fields - _time _span _origtime _events | transpose 0 header_field=time column_name=KPI include_empt... See more...
hello I transpose events like this     | eval time=strftime(_time,"%H:%M") | sort time | fields - _time _span _origtime _events | transpose 0 header_field=time column_name=KPI include_empty=true | rename "row1" as "7:00" | sort KPI      But I have a problem with my header_field Sometimes it works well because time field is well displayed : 7:00, 8:00, 9:00..... But sometimes (between 7:00 and 9:00 most of the times and I dont no why because after it works well), instead time fields, I have row1, row2, row3....   Is anybody have an idea concerning this issue I try a workaround with the rename of row1, row2...., but the rename doesn't works Could you help please?