New	
  Features,	
  Pivot	
  and	
  Search	
  Dojo	
  
David	
  Anso	
  
Technical	
  Enablement	
  Manager,	
  GKC	
  
2	
  
Safe	
  Harbor	
  Statement	
  
During	
   the	
   course	
   of	
   this	
   presentaDon,	
   we	
   may	
   make	
   forward	
   looking	
   statements	
   regarding	
   future	
  
events	
  or	
  the	
  expected	
  performance	
  of	
  the	
  company.	
  We	
  cauDon	
  you	
  that	
  such	
  statements	
  reflect	
  our	
  
current	
  expectaDons	
  and	
  esDmates	
  based	
  on	
  factors	
  currently	
  known	
  to	
  us	
  and	
  that	
  actual	
  events	
  or	
  
results	
  could	
  differ	
  materially.	
  For	
  important	
  factors	
  that	
  may	
  cause	
  actual	
  results	
  to	
  differ	
  from	
  those	
  
contained	
  in	
  our	
  forward-­‐looking	
  statements,	
  please	
  review	
  our	
  filings	
  with	
  the	
  SEC.	
  	
  The	
  forward-­‐looking	
  
statements	
  made	
  in	
  this	
  presentaDon	
  are	
  being	
  made	
  as	
  of	
  the	
  Dme	
  and	
  date	
  of	
  its	
  live	
  presentaDon.	
  
If	
  reviewed	
  aOer	
  its	
  live	
  presentaDon,	
  this	
  presentaDon	
  may	
  not	
  contain	
  current	
  or	
  accurate	
  informaDon.	
  	
  
We	
  do	
  not	
  assume	
  any	
  obligaDon	
  to	
  update	
  any	
  forward	
  looking	
  statements	
  we	
  may	
  make.	
  	
  In	
  addiDon,	
  
any	
  informaDon	
  about	
  our	
  roadmap	
  outlines	
  our	
  general	
  product	
  direcDon	
  and	
  is	
  subject	
  to	
  change	
  at	
  
any	
  Dme	
  without	
  noDce.	
  It	
  is	
  for	
  informaDonal	
  purposes	
  only	
  and	
  shall	
  not	
  be	
  incorporated	
  into	
  any	
  
contract	
   or	
   other	
   commitment.	
   Splunk	
   undertakes	
   no	
   obligaDon	
   either	
   to	
   develop	
   the	
   features	
   or	
  
funcDonality	
  described	
  or	
  to	
  include	
  any	
  such	
  feature	
  or	
  funcDonality	
  in	
  a	
  future	
  release.	
  
New	
  Features	
  
Pivot	
  
Search	
  Dojo	
  
AGENDA
6.3	
  New	
  Features	
  
5	
  
New	
  Features	
  
Demo: 	
  Splunk	
  6.3	
  Overview	
  App	
  
Pivot	
  
7	
  
Pivot	
  
Demo: 	
  Instant	
  Pivot	
  
8	
  
Pivot	
  
Demo: 	
  Instant	
  Pivot	
  
	
  
Pivot	
  Tutorial	
  
9	
  
Pivot	
  
Demo: 	
  Instant	
  Pivot	
  
	
  
Pivot	
  Tutorial	
  
	
  
Splunk	
  CIM	
  Data	
  Model	
  
Search	
  Dojo	
  
11	
  
Search	
  Dojo	
  
Comment	
  your	
  search:	
  
	
  
sourcetype=access_combined
| eval COMMENT="Examine all web logs"
sourcetype=access_combined_wcookie
| rename COMMENT AS "Examine all web logs"
12	
  
Search	
  Dojo	
  
13	
  
Search	
  Dojo	
  
14	
  
Search	
  Dojo	
  
Use	
  a	
  subsearch	
  to	
  improve	
  performance.	
  
	
  
sourcetype=access_combined
[|inputlookup ip_watchlist.csv | search
type=malicious | fields clientip ]
15	
  
Search	
  Dojo	
  
Use	
  a	
  subsearch	
  to	
  search	
  for	
  text	
  rather	
  than	
  a	
  field.	
  
	
  
sourcetype=access_combined
[|inputlookup ip_watchlist.csv | search
type=malicious | fields clientip | rename
clientip as query ]
16	
  
Search	
  Dojo	
  
Issues	
  with	
  the	
  subsearch	
  approach:	
  
	
  
Subsearches	
  have	
  a	
  limit	
  of	
  10,000	
  results.	
  	
  If	
  there	
  are	
  
more	
  result	
  for	
  the	
  subsearch,	
  only	
  10,000	
  of	
  them	
  will	
  
make	
  it	
  through.	
  
	
  
While	
  searching	
  text	
  may	
  prove	
  faster,	
  it	
  will	
  prevent	
  
you	
  matching	
  any	
  field	
  values	
  that	
  are	
  created	
  by	
  
calculated	
  fields,	
  lookups,	
  etc.
17	
  
Search	
  Dojo	
  
Ensuring	
  your	
  search	
  returns	
  a	
  result:	
  
| inputlookup malwaredomains.csv |head 10 |
append [ |stats count | eval
domain="splunk.com" | eval
category="exploits" | eval isbad="false" |
eval reference="Test match to ensure results
from search" ]

More Related Content

PDF
6. Requirements Management, Macadamian - Sona Sahakyan
PDF
Interview with Issam Lahlali, one of the CppDepend tool creators
PPTX
Consumer-driven contracts with Pact and PHP
PDF
Consumer Driven Contracts and Your Microservice Architecture
PDF
Microservices: Consumer Driven Contracts in Practice
PPTX
vodQA(Pune) 2018 - Consumer driven contract testing using pact
PDF
Courier Live May Product Release Notes
PDF
Salesforce Developer Workshop for GDF Suez Hackathon
6. Requirements Management, Macadamian - Sona Sahakyan
Interview with Issam Lahlali, one of the CppDepend tool creators
Consumer-driven contracts with Pact and PHP
Consumer Driven Contracts and Your Microservice Architecture
Microservices: Consumer Driven Contracts in Practice
vodQA(Pune) 2018 - Consumer driven contract testing using pact
Courier Live May Product Release Notes
Salesforce Developer Workshop for GDF Suez Hackathon

Viewers also liked (20)

PPTX
Pgdm2 1544-tarun bhatt
PDF
Bab 3 perilaku individu dalam kelompok_Novi catur Muspita
PPTX
20 nuestros objetivos
PDF
Kinh doanh thực hành
JPG
goizha
PDF
pasa10
PDF
a.soman
PPT
Muito prazer!!!
PDF
Glass Building
PDF
graphic design
PDF
6110203
PPT
ÁFrica
PDF
PDF
Ccsi Restaurant Hosp Brochure
PDF
מבוא על חברות אסקו
PPT
Betoane
TXT
You Are My Life
PDF
Gramática da língua portuguesa pasquale cipro neto
DOC
DescricióN De Xogos Tradicionais
PDF
Business Line Apr 1, 2009 Downturn Exposes Ipo Grading
Pgdm2 1544-tarun bhatt
Bab 3 perilaku individu dalam kelompok_Novi catur Muspita
20 nuestros objetivos
Kinh doanh thực hành
goizha
pasa10
a.soman
Muito prazer!!!
Glass Building
graphic design
6110203
ÁFrica
Ccsi Restaurant Hosp Brochure
מבוא על חברות אסקו
Betoane
You Are My Life
Gramática da língua portuguesa pasquale cipro neto
DescricióN De Xogos Tradicionais
Business Line Apr 1, 2009 Downturn Exposes Ipo Grading
Ad

Similar to SplunkLive Auckland 2015 - New Features, Pivot and Search dojo (20)

PPTX
Splunk Ninjas: New features, pivot, and search dojo
PPTX
Splunk Ninjas: New Features, Pivot, and Search Dojo
PPTX
Splunk Ninjas: New Features and Search Dojo
PPTX
SplunkLive! Tampa: Splunk Ninjas: New Features, Pivot, and Search Dojo
PPTX
Analytics with splunk - Advanced
PPTX
SplunkLive! London: Splunk ninjas- new features and search dojo
PPTX
Splunk live! ninjas_break-out
PPTX
Splunk Ninjas Breakout Session
PPTX
SplunkLive! Analytics with Splunk Enterprise
PPTX
Splunk Ninjas: New Features and Search Dojo
PPTX
SplunkLive! Analytics with Splunk Enterprise - Part 2
PDF
Virtual SplunkLive! for Higher Education Overview/Customers
PPTX
SplunkLive! What's New in Splunk 6 Session
PDF
SFBA Splunk Usergroup meeting July 17, 2024
PPTX
Splunk Ninjas: New Features and Search Dojo
PDF
Webinar: Neues zur Splunk App for Enterprise Security
PPTX
November 2021 Splunk PNW User Group
PPTX
Data Models Breakout Session
PPTX
Data models pivot with splunk break out session
PPTX
Splunk Ninjas: New Features, Pivot, and Search Dojo
Splunk Ninjas: New features, pivot, and search dojo
Splunk Ninjas: New Features, Pivot, and Search Dojo
Splunk Ninjas: New Features and Search Dojo
SplunkLive! Tampa: Splunk Ninjas: New Features, Pivot, and Search Dojo
Analytics with splunk - Advanced
SplunkLive! London: Splunk ninjas- new features and search dojo
Splunk live! ninjas_break-out
Splunk Ninjas Breakout Session
SplunkLive! Analytics with Splunk Enterprise
Splunk Ninjas: New Features and Search Dojo
SplunkLive! Analytics with Splunk Enterprise - Part 2
Virtual SplunkLive! for Higher Education Overview/Customers
SplunkLive! What's New in Splunk 6 Session
SFBA Splunk Usergroup meeting July 17, 2024
Splunk Ninjas: New Features and Search Dojo
Webinar: Neues zur Splunk App for Enterprise Security
November 2021 Splunk PNW User Group
Data Models Breakout Session
Data models pivot with splunk break out session
Splunk Ninjas: New Features, Pivot, and Search Dojo
Ad

More from Splunk (20)

PDF
Splunk Leadership Forum Wien - 20.05.2025
PDF
Splunk Security Update | Public Sector Summit Germany 2025
PDF
Building Resilience with Energy Management for the Public Sector
PDF
IT-Lagebild: Observability for Resilience (SVA)
PDF
Nach dem SOC-Aufbau ist vor der Automatisierung (OFD Baden-Württemberg)
PDF
Monitoring einer Sicheren Inter-Netzwerk Architektur (SINA)
PDF
Praktische Erfahrungen mit dem Attack Analyser (gematik)
PDF
Cisco XDR & Splunk SIEM - stronger together (DATAGROUP Cyber Security)
PDF
Security - Mit Sicherheit zum Erfolg (Telekom)
PDF
One Cisco - Splunk Public Sector Summit Germany April 2025
PDF
.conf Go 2023 - Data analysis as a routine
PDF
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
PDF
.conf Go 2023 - Navegando la normativa SOX (Telefónica)
PDF
.conf Go 2023 - Raiffeisen Bank International
PDF
.conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett
PDF
.conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär)
PDF
.conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu...
PDF
.conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever...
PDF
.conf go 2023 - De NOC a CSIRT (Cellnex)
PDF
conf go 2023 - El camino hacia la ciberseguridad (ABANCA)
Splunk Leadership Forum Wien - 20.05.2025
Splunk Security Update | Public Sector Summit Germany 2025
Building Resilience with Energy Management for the Public Sector
IT-Lagebild: Observability for Resilience (SVA)
Nach dem SOC-Aufbau ist vor der Automatisierung (OFD Baden-Württemberg)
Monitoring einer Sicheren Inter-Netzwerk Architektur (SINA)
Praktische Erfahrungen mit dem Attack Analyser (gematik)
Cisco XDR & Splunk SIEM - stronger together (DATAGROUP Cyber Security)
Security - Mit Sicherheit zum Erfolg (Telekom)
One Cisco - Splunk Public Sector Summit Germany April 2025
.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - Navegando la normativa SOX (Telefónica)
.conf Go 2023 - Raiffeisen Bank International
.conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett
.conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär)
.conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu...
.conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever...
.conf go 2023 - De NOC a CSIRT (Cellnex)
conf go 2023 - El camino hacia la ciberseguridad (ABANCA)

Recently uploaded (20)

PPTX
New ISO 27001_2022 standard and the changes
PDF
Introduction to Data Science and Data Analysis
PPT
DU, AIS, Big Data and Data Analytics.ppt
PPTX
CYBER SECURITY the Next Warefare Tactics
PDF
Navigating the Thai Supplements Landscape.pdf
PDF
Votre score augmente si vous choisissez une catégorie et que vous rédigez une...
PDF
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
PPTX
Copy of 16 Timeline & Flowchart Templates – HubSpot.pptx
PDF
Systems Analysis and Design, 12th Edition by Scott Tilley Test Bank.pdf
PPTX
SAP 2 completion done . PRESENTATION.pptx
PDF
Data Engineering Interview Questions & Answers Batch Processing (Spark, Hadoo...
PDF
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
PPT
statistic analysis for study - data collection
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
PPTX
chrmotography.pptx food anaylysis techni
PDF
Data Engineering Interview Questions & Answers Data Modeling (3NF, Star, Vaul...
PPT
Image processing and pattern recognition 2.ppt
PDF
[EN] Industrial Machine Downtime Prediction
PPTX
Managing Community Partner Relationships
PDF
Microsoft 365 products and services descrption
New ISO 27001_2022 standard and the changes
Introduction to Data Science and Data Analysis
DU, AIS, Big Data and Data Analytics.ppt
CYBER SECURITY the Next Warefare Tactics
Navigating the Thai Supplements Landscape.pdf
Votre score augmente si vous choisissez une catégorie et que vous rédigez une...
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
Copy of 16 Timeline & Flowchart Templates – HubSpot.pptx
Systems Analysis and Design, 12th Edition by Scott Tilley Test Bank.pdf
SAP 2 completion done . PRESENTATION.pptx
Data Engineering Interview Questions & Answers Batch Processing (Spark, Hadoo...
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
statistic analysis for study - data collection
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
chrmotography.pptx food anaylysis techni
Data Engineering Interview Questions & Answers Data Modeling (3NF, Star, Vaul...
Image processing and pattern recognition 2.ppt
[EN] Industrial Machine Downtime Prediction
Managing Community Partner Relationships
Microsoft 365 products and services descrption

SplunkLive Auckland 2015 - New Features, Pivot and Search dojo

  • 1. New  Features,  Pivot  and  Search  Dojo   David  Anso   Technical  Enablement  Manager,  GKC  
  • 2. 2   Safe  Harbor  Statement   During   the   course   of   this   presentaDon,   we   may   make   forward   looking   statements   regarding   future   events  or  the  expected  performance  of  the  company.  We  cauDon  you  that  such  statements  reflect  our   current  expectaDons  and  esDmates  based  on  factors  currently  known  to  us  and  that  actual  events  or   results  could  differ  materially.  For  important  factors  that  may  cause  actual  results  to  differ  from  those   contained  in  our  forward-­‐looking  statements,  please  review  our  filings  with  the  SEC.    The  forward-­‐looking   statements  made  in  this  presentaDon  are  being  made  as  of  the  Dme  and  date  of  its  live  presentaDon.   If  reviewed  aOer  its  live  presentaDon,  this  presentaDon  may  not  contain  current  or  accurate  informaDon.     We  do  not  assume  any  obligaDon  to  update  any  forward  looking  statements  we  may  make.    In  addiDon,   any  informaDon  about  our  roadmap  outlines  our  general  product  direcDon  and  is  subject  to  change  at   any  Dme  without  noDce.  It  is  for  informaDonal  purposes  only  and  shall  not  be  incorporated  into  any   contract   or   other   commitment.   Splunk   undertakes   no   obligaDon   either   to   develop   the   features   or   funcDonality  described  or  to  include  any  such  feature  or  funcDonality  in  a  future  release.  
  • 3. New  Features   Pivot   Search  Dojo   AGENDA
  • 5. 5   New  Features   Demo:  Splunk  6.3  Overview  App  
  • 7. 7   Pivot   Demo:  Instant  Pivot  
  • 8. 8   Pivot   Demo:  Instant  Pivot     Pivot  Tutorial  
  • 9. 9   Pivot   Demo:  Instant  Pivot     Pivot  Tutorial     Splunk  CIM  Data  Model  
  • 11. 11   Search  Dojo   Comment  your  search:     sourcetype=access_combined | eval COMMENT="Examine all web logs" sourcetype=access_combined_wcookie | rename COMMENT AS "Examine all web logs"
  • 14. 14   Search  Dojo   Use  a  subsearch  to  improve  performance.     sourcetype=access_combined [|inputlookup ip_watchlist.csv | search type=malicious | fields clientip ]
  • 15. 15   Search  Dojo   Use  a  subsearch  to  search  for  text  rather  than  a  field.     sourcetype=access_combined [|inputlookup ip_watchlist.csv | search type=malicious | fields clientip | rename clientip as query ]
  • 16. 16   Search  Dojo   Issues  with  the  subsearch  approach:     Subsearches  have  a  limit  of  10,000  results.    If  there  are   more  result  for  the  subsearch,  only  10,000  of  them  will   make  it  through.     While  searching  text  may  prove  faster,  it  will  prevent   you  matching  any  field  values  that  are  created  by   calculated  fields,  lookups,  etc.
  • 17. 17   Search  Dojo   Ensuring  your  search  returns  a  result:   | inputlookup malwaredomains.csv |head 10 | append [ |stats count | eval domain="splunk.com" | eval category="exploits" | eval isbad="false" | eval reference="Test match to ensure results from search" ]