All Posts

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

All Posts

I wonder if anyone else has experienced this and can advise? we upgraded from 9.0.3 to 9.1.1 also upgraded ES to 7.2.0 and CIM to 5.2.0 However when we go onto the CIM setup from the enterprise sec... See more...
I wonder if anyone else has experienced this and can advise? we upgraded from 9.0.3 to 9.1.1 also upgraded ES to 7.2.0 and CIM to 5.2.0 However when we go onto the CIM setup from the enterprise security menu now, the Tags Allow list is empty.  on the underlying datamodels.conf the tags_whitelist is still populated under the relevant data model stanzas but not displaying on the gui?    
Hi at all, I have to extract raw data from an Elastic Search infrastructure ingesting them in Splunk Enterprise 9.1.1. I saw that there are two apps in Splunkbase: "ElasticSPL Add-on for Splunk" an... See more...
Hi at all, I have to extract raw data from an Elastic Search infrastructure ingesting them in Splunk Enterprise 9.1.1. I saw that there are two apps in Splunkbase: "ElasticSPL Add-on for Splunk" and "Elasticsearch Data Integrator - Modular Input". The first seems to be not certified on Splunk Enterprise but only for Splunk Cloud. Does anyone used them? are they different, which one should be prefereable? Thank you for your advice. Ciao. Giuseppe
Hi @richgalloway , In the folder C:\Program Files\Thycotic Software\log\ There are many files like xyz.log.1,xyz.log.2,xyz.log3,....xyz.log.20..... Can we use xyz.log.* in monitoring stanza to mak... See more...
Hi @richgalloway , In the folder C:\Program Files\Thycotic Software\log\ There are many files like xyz.log.1,xyz.log.2,xyz.log3,....xyz.log.20..... Can we use xyz.log.* in monitoring stanza to make it available on splunk ? Thanks...
Yes, that could be. Anyway, thank you very much for the help @FelixLeh 
We have recently upgraded our Splunk Enterprise to the version 9.0.4. We observed that some of the behaviour in the system are different. For example, when we run a search with timechart/stats comma... See more...
We have recently upgraded our Splunk Enterprise to the version 9.0.4. We observed that some of the behaviour in the system are different. For example, when we run a search with timechart/stats command and without mentioning the index field, the results are same but under the Events part, it shows empty events for the respective timestamp. Below is the sample query and respective results. host=abc sourcetype=xyz |timechart count This was not occurring earlier. Though we don't mention the index field, the results use to populate with the respective event logs. Not sure whether this is the expected behavior or it's a bug. Is this something which we can fix from the end user side? Please anyone help me on this. I would also like to know the limitations or restrictions which are introduced with this Splunk version.
Hello, I have below code for a dropdown menu and the problem is the moment i select any of the value from drop down dependent panels load without waiting for Submit button. How can this be fixed. S... See more...
Hello, I have below code for a dropdown menu and the problem is the moment i select any of the value from drop down dependent panels load without waiting for Submit button. How can this be fixed. Submit Button code: <fieldset submitButton="true" autoRun="false"> <input token="field1" type="time" searchWhenChanged="false"> <label>Time Picker</label> <default> <earliest>-15m</earliest> <latest>now</latest> </default> </input> Dropdown and Token <input type="dropdown" token="subsummary" depends="$loadsummary$" searchWhenChanged="false"> <label>Summary Selection</label> <choice value="FUNC">Function Summary</choice> <choice value="MQ">MQ Summary</choice> <change> <condition value="FUNC"> <set token="funcsummary">true</set> <unset token="funcsummaryMQ"></unset> </condition> <condition value="MQ"> <set token="funcsummaryMQ">true</set> <unset token="funcsummary"></unset> </condition> </change>   Sample Panel: <row depends="$funcsummaryMQ$"> <panel depends="$funcsummaryMQ$"> <title>ABC</title> <table> <search > <query>index="SAMPLE" </query> </search> <option name="count">100</option> <option name="dataOverlayMode">none</option> <option name="drilldown">none</option> <option name="percentagesRow">false</option> <option name="refresh.display">progressbar</option> <option name="rowNumbers">false</option> <option name="wrap">true</option> </table> </panel> </row>
Hi, I have 2 saved searches that fetch data from datamodel (pivot table) and the result of these savedsearch is storing to a summary index. But 2 days before I found that my saved search query got p... See more...
Hi, I have 2 saved searches that fetch data from datamodel (pivot table) and the result of these savedsearch is storing to a summary index. But 2 days before I found that my saved search query got partially deleted from UI , but it is present in the backend. Is there anyone can help to understand how it is happening. What is the rootcause for this
Never mind, my bad, i wasn't inside the Statistics tab. I now see the events matching the id. Thank you for all your help
Hi @sp , as @bowesmana said, transaction command should be avoided all times that's possible. probably the only condition when it could be used is when you have to use startswith or endswith condit... See more...
Hi @sp , as @bowesmana said, transaction command should be avoided all times that's possible. probably the only condition when it could be used is when you have to use startswith or endswith conditions. Anyway, you can use the OR condition: | transaction startswith=("string1" OR "string2" OR "string3" OR "string4") endswith=("string5" OR "string6") Ciao. Giuseppe
Thank you it worked.
What actually IS the problem here - you are showing me the list of events, but not the statistics tab, which is what the result is. You are searching in verbose mode, so you will see the events, but... See more...
What actually IS the problem here - you are showing me the list of events, but not the statistics tab, which is what the result is. You are searching in verbose mode, so you will see the events, but that is what happens in verbose mode - is there anything wrong with the result?    
Hi @herguzav , ESCu Correlation Search don't need additional fields, but you can customize your Correlation Searches adding fields to the Search and eventually to the Data Model. But anyway, the co... See more...
Hi @herguzav , ESCu Correlation Search don't need additional fields, but you can customize your Correlation Searches adding fields to the Search and eventually to the Data Model. But anyway, the correct approach is the one I described: you must start from the requisites and eventualli define customizations. Ciao. Giuseppe
How to add below logs in Splunk , as while entering to SH were able to find the app(env_d),inside that there are "bin, default, metadata" splunk/en-US/app/env_d/search App: Env_d AppServ... See more...
How to add below logs in Splunk , as while entering to SH were able to find the app(env_d),inside that there are "bin, default, metadata" splunk/en-US/app/env_d/search App: Env_d AppServers: ap8sd010 thru ap8sd019 Logs folders: /app/docker/en1/logs /app/docker/en2/logs /app/docker/en3/logs /app/docker/en4/logs /app/docker/en5/logs
Hi @maede_yavari , each Search Head Cluster has only one Deployer, you cannot add an additional Deployer. You can change the Deployer following the documentation at https://docs.splunk.com/Document... See more...
Hi @maede_yavari , each Search Head Cluster has only one Deployer, you cannot add an additional Deployer. You can change the Deployer following the documentation at https://docs.splunk.com/Documentation/Splunk/9.1.1/DistSearch/SHCarchitecture Ciao. Giuseppe
Thank you so much. it helps me a lot.
Attached please find the modified query and part of the result screen shot
You put the mvexpand in the wrong place - it should be before the where clause. Did this produce any results - there are none shown
Attached please find the query screen shot.  
I would suggest looking at ways of NOT using transaction, as it has limitations. stats can often solve the problem of transaction. Perhaps you can give an example of your data and say what you are t... See more...
I would suggest looking at ways of NOT using transaction, as it has limitations. stats can often solve the problem of transaction. Perhaps you can give an example of your data and say what you are trying to achieve - then the right solution may be clearer. You can use eval statements in starts and endswith, but before you go down that route, let's see what you're trying to get to  
Can you post a screenshot of your query and results - it's not easy to visualise what's going on with just the messages