Hi @Stefanie, I did what you said in the data models that are needed for the infosec app. Nothing changed from the health panel view. It keeps only getting data from authentication and change although the acceleration works good for all of them except for malware and web. One thing i saw that changed is when running the query to identify indexes that feed the data models. | makeresults | eval datamodels = "Authentication:Change:Endpoint:Intrusion_Detection:Network_Sessions:Network_Traffic:Malware:Endpoint.Processes:Web" | makemv delim=":" datamodels | mvexpand datamodels | map search="| makeresults | eval notfound=\"*** NO DATA FOUND ***\" | append [| tstats count from datamodel=$datamodels$ by index, sourcetype] | eventstats count as events |eval datamodel=\"$datamodels$\", index=coalesce(index,notfound)| search NOT notfound=* OR events=1 | table datamodel, index, sourcetype,count" | sort datamodel, index, sourcetype Now i see that network traffic and network sessions data models are no longer indicating "NO DATA FOUND" and they show 1.708.289 and 24.981 events taking them from the main index. Still not getting that data in infosec... I also did the query that you suggested before and everything seems to be working. I was wondering if you could post a screenshot of your network traffic data model just to adjust the settings the same way you have them. When I added the "*" in the data models i saw that your tag whitelist was blank and mine has 4 or 5 tags, is it supposed to be like that? Thanks for you help.
... View more