Splunk Business Flow

Ahmed Zard
28/7/2019

THE AGENDA FOR Presentation

  • INTRODUCTION: Splunk Business Flow Overview

  • Splunk Business Flow definitions: event log, Journey, Flowchart, & Flow

  • Splunk Business Flow workflow: data preparation, data exploration

  • Splunk Business Flow Demo: Upload the tutorial data, Create a Flow Model, preview your Flow Model, Save your work as a Flow

Splunk Business Flow Overview:

  • allows users to explore business flows and processes from event logs with an easy-to-use, point-and-click user interface.

  • identifies related events and groups them into ordered sequences called Journeys

  • Built by Splunk Inc

  • Has Separate license

event log, Journey, Flowchart, & Flow:

  • Event Logs: Consider the event log to be a timeline of events generated from a process or system. Each event contains a timestamp, a step, and a Correlation ID

  • Journey: Splunk Business Flow uses Correlation IDs to identify related events in the event log and group them into Journeys

  • Flowchart: groups a collection of Journeys into a single, ordered sequence of steps

  • Flow: a saved view of the analyses and filter settings you applied to the Flow Model in the Explorer

data preparation, data exploration:

  • Data preparation:

    Occur at Splunk Enterprise or Splunk Cloud

    you upload or forward raw data into your Splunk deployment

  • Data exploration:

Occur at Splunk Business Flow

you create a Flow Model

Slide With Code

library(readxl)
plotly1 <- read_excel("C:/Users/be174.BARQSYSTEMS/Documents/R/plotly1.xlsx")
head(plotly1, 16)
# A tibble: 14 x 6
   name   distance long_jumb shot_put high_jumb multiply
   <chr>     <dbl>     <dbl>    <dbl>     <dbl>    <dbl>
 1 Ahmed      11.0      7.58     14.8      2.07     49.8
 2 Samir      10.8      7.4      14.3      1.86     49.4
 3 Wesam      11.0      7.3      14.8      2.04     48.4
 4 Zaki       11.0      7.23     14.2      1.92     48.9
 5 Khalil     11.3      7.09     13.5      2.1      50.4
 6 Yasser     11.1      7.6      13.8      1.98     48.7
 7 Atef       11.1      7.3      14.6      2.01     48.6
 8 Alaa       10.8      7.31     14.4      2.13     49.9
 9 Dina       11.4      6.81     14.1      1.95     50.1
10 ashraf     11.3      7.56     12.7      1.98     51.1
11 abdo       11.4      6.97     13.5      1.86     49.5
12 ali        10.6      7.01     14.0      1.93     48.9
13 maged      11.1      6.92     14.2      2.03     49.8
14 nasser     11.0      6.99     14.0      1.99     50.0

Slide With Plot

Error in parse(text = x, srcfile = src) : <text>:1:8: unexpected '/'
1: plot(C:/
           ^