All Posts

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

All Posts

@Entity1 Just checking if you ever found the root cause for this issue, we are facing similar issue on one of our servers.
Hello I upgraded from Splunk Enterprise 8.2.10 to 9.1.0.2. The values of the overview dashboard of the monitoring console are visible or not visible. Is it a bug or is there a way to fix it? I lo... See more...
Hello I upgraded from Splunk Enterprise 8.2.10 to 9.1.0.2. The values of the overview dashboard of the monitoring console are visible or not visible. Is it a bug or is there a way to fix it? I look forward to hearing from you.
Hi PickleRick, Thank you for good research and shared the knowledge.  How can i fix this issue if you can please share more tips ? thanks    
Hi @mninansplunk, sorry but I don't understand your requirement, could you share a sample of what you whould have? Ciao. Giuseppe
Thanks again,  sorry, but that method only changes the cell color.  I need the actual Text color to change or figure out how to hide the Text for this column.   Thanks for the help though, Tom
Hi @mninansplunk, as I said: open the dashboard in Edit Mode, click on the pencin in the top of the column to apply colours, click on Colour ranges (instead None), Insert the colours for the wa... See more...
Hi @mninansplunk, as I said: open the dashboard in Edit Mode, click on the pencin in the top of the column to apply colours, click on Colour ranges (instead None), Insert the colours for the wanted ranges, save the dashboard. I'm supponing that you are using the Classical Dashboard interface not Dashboard Stdio, otherwise I cannot help you because I didn't yet started to use it. Ciao. Giuseppe
Hi there, Kara here, Splunk Community Manager. Thanks for your reply, but if you have an additional question, I recommend posting a new question for more visibility.  Cheers!
Hi @aditsss, is "Thread-83" a common key to correlate events? if yes, you could try something like this: index="abc" sourcetype =600000304_gg_abs_ipc1 source="/amex/app/gfp-settlement-raw/logs/gfp... See more...
Hi @aditsss, is "Thread-83" a common key to correlate events? if yes, you could try something like this: index="abc" sourcetype =600000304_gg_abs_ipc1 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "Unbalanced" | rex "^[^\[]*\[[^\]]*\]\s+\[(?<key>[^\]]*)" | rex "ReadFileImpl\s+-\s+(?<PHRASE>.*)\s+for\s+filename\s+(?<FILENAME>.*)" | rex "GfpEbncImpl - statusList detail with status (?<PHRASE>.*)" | stats values(PHRASE) AS PHRASE values(FILENAME) AS FILENAME BY key Ciao. Giuseppe  
Hello, Thank you for the help,  I am just using a Count for the column the Threshold is changing colors on for me.  But, I can't find a way to change the text color thru the GUI or anywhere else sad... See more...
Hello, Thank you for the help,  I am just using a Count for the column the Threshold is changing colors on for me.  But, I can't find a way to change the text color thru the GUI or anywhere else sad to say.  I would love to remove the number from being displayed. Here's the Query I am using:   integrationName="Opsgenie Edge Connector - Splunk" "[ThousandEyes] Alert for https://httpURL.com" action != "AddNote" action !="Acknowledge" | transaction "alert.id", alert.message startswith=Create endswith=Close keepevicted=true | table _time, alert.updatedAt, alert.message, "alertDetails.Alert Details URL", alert.alias, alert.id, action, _raw, closed_txn, _time, source, Component | where closed_txn=0 | stats values("alertDetails.Alert Details URL") as "Source Link", count("closed_txn") as Count | eval Application = "ApplicationName" | eval "Monitor Details" = "Performs an HTTP call to Boomi Gateways, Load Balancer, and Molecule servers to verify they are functioning" | eval Contact = "ContactName" | eval Component = Count."|".Application | fields Count, Application, "Monitor Details", "Contact", "Source Link", Component   Thanks again, Tom  
Hi! Kara here, Splunk Community Manager. Thanks for your question, but I see this post is from 2016. I recommend you post a new question to gain more visibility and current answers.   Cheers!
@gcusello  when I run the below query: index="abc" sourcetype =600000304_gg_abs_ipc1 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "Unbalanced" I see these three results: 2023... See more...
@gcusello  when I run the below query: index="abc" sourcetype =600000304_gg_abs_ipc1 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "Unbalanced" I see these three results: 2023-08-27 07:11:46.885 [INFO ] [Thread-83] ReadFileImpl - ebnc event unbalanced event occurred for filename TRIM.DEMO.D082623.T070035 2023-08-27 07:11:46.885 [INFO ] [Thread-83] GfpEbncImpl - statusList detail with status UNBALANCED with description No Source Event found but Destination Event is present. 2023-08-27 07:11:46.885 [INFO ] [Thread-83] GfpEbncImpl - balancerResponse received - response EventBalancerResponse [aggregateStatus=UNBALANCED, correlationId=null, statusList=[com.amex.fundingplatform.ebnc.response.StatusList@2f6e3e4b]]
Hi @aditsss, the problem is that I don't see any field that can be used to correlate the two events: is there any other part of the logs, e.g. timestamp, ip address, or something else, because with ... See more...
Hi @aditsss, the problem is that I don't see any field that can be used to correlate the two events: is there any other part of the logs, e.g. timestamp, ip address, or something else, because with these logs there isn't any common information to use for the correlation. When you run your search, are thre as results only these two events or also other events? Ciao. Giuseppe
HI @gcusello these are only complete logs: ReadFileImpl - ebnc event unbalanced event occurred for filename TRIM.DEMO.D082623.T070035 GfpEbncImpl - statusList detail with status UNBALANCED with des... See more...
HI @gcusello these are only complete logs: ReadFileImpl - ebnc event unbalanced event occurred for filename TRIM.DEMO.D082623.T070035 GfpEbncImpl - statusList detail with status UNBALANCED with description No Source Event found but Destination Event is present. From the first log I want to fetch like this: PHRASE                                                                                       FILENAME ebnc event unbalanced event occurred               TRIM.DEMO.D082623.T070035 For second logs I want to fetch the descrition of UNBALANCED EVENT   UNBALANCED with description No Source Event found but Destination Event is present. @gcusello could you please guide
Hi @aditsss, this seems yo be a json format, did you tried to use the "INDEXED_EXTRACTIONS = json" in the props.conf aor the spath command in your search? check if after this command you have all t... See more...
Hi @aditsss, this seems yo be a json format, did you tried to use the "INDEXED_EXTRACTIONS = json" in the props.conf aor the spath command in your search? check if after this command you have all the fields you need: index="abc" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "CarsDeltaHierarchyProcessor - CARS_HIERARCHY event published to ebnc: [{"status":"SUCCESS","description":"Event saved to database successfully."}]" | spath | table something.phrase something.status something.description Surely the fields to use in the following table command will have some prefixes that I cannot know, but that you can find in the interesting fields. Ciao. Giuseppe
Hi @aditsss, could you share the full logs? because with only these two partial logs, there isn't any key to use for correlate them. Ciao. Giuseppe
Hello, there is a requirement to add mail hyperlink to the dashboard studio. I tried to give "mailto:abc.com " in the link to URL. but it is saying that provide the link is relative/ absolute path ... See more...
Hello, there is a requirement to add mail hyperlink to the dashboard studio. I tried to give "mailto:abc.com " in the link to URL. but it is saying that provide the link is relative/ absolute path only. Can someone help here.   Thanks Sudha A
Hi Team, I have two logs: ReadFileImpl - ebnc event unbalanced event occurred for filename TRIM.DEMO.D082623.T070035 GfpEbncImpl - statusList detail with status UNBALANCED with description No Sour... See more...
Hi Team, I have two logs: ReadFileImpl - ebnc event unbalanced event occurred for filename TRIM.DEMO.D082623.T070035 GfpEbncImpl - statusList detail with status UNBALANCED with description No Source Event found but Destination Event is present. I want to show data like this: phrase                                                                                filename                                                       description ebnc event unbalanced event occurred             TRIM.DEMO.D082623.T070035        No Source Event found but Destination Event is present. current query: index="abc" sourcetype =600000304_gg_abs_ipc1 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "Unbalanced" please guide
Hi Team, I have below row logs: CarsDeltaHierarchyProcessor - CARS_HIERARCHY event published to ebnc: [{"status":"SUCCESS","description":"Event saved to database successfully."}] I want to create ... See more...
Hi Team, I have below row logs: CarsDeltaHierarchyProcessor - CARS_HIERARCHY event published to ebnc: [{"status":"SUCCESS","description":"Event saved to database successfully."}] I want to create one table like this phrase                                                                                        status                     description  CARS_HIERARCHY event published to ebnc                SUCCESS              "Event saved to database successfully. can someone help me with query. My current query: index="abc" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "CarsDeltaHierarchyProcessor - CARS_HIERARCHY event published to ebnc: [{"status":"SUCCESS","description":"Event saved to database successfully."}]"             
I understand @VatsalJagani , but my question is, I have to set web.conf manually, right? Is there any way that my app do that automatically?
I am using below query to get search result and calculate the failure percentage but not getting the expected result.   index=dl* ("Error_MongoDB") | timechart span 1d count as Failure | appendcols... See more...
I am using below query to get search result and calculate the failure percentage but not getting the expected result.   index=dl* ("Error_MongoDB") | timechart span 1d count as Failure | appendcols [search index=dl* ("inserted Record") | timechart span=1d count as Success | eval (FailurePercentage = Failure/Sucess)*100 | field _time,Failure,Sucess,FailurePercentage   I am getting all the values except FailurePercentage. What could be the reason ?