Personal Blog
  • 💻Notes for Computer Science
  • Leetcode
    • Array
      • Container with most water
      • 3Sum
      • Next Permutation
      • Valid Sudoku
      • Permutation II
      • Combination Sum
      • Triangle
      • Maximal Square
      • Pairs of Songs with Total Duration Divisible by 60
      • Numbers At Most N Given Digit Set
      • Possible Sum
      • Swap Lex Order
      • Partition Equal Subset Sum
      • Domino and Tromino
      • Numbers At Most N Given Digits
      • Car Pooling
      • Surrounding Regions
      • Min Size Subarray Sum
      • Burst Balloons
      • Jump Game I
      • Jump Game II
      • House Robber II
      • Delete and Earn
      • Word Break
      • Decode Ways
      • Longest Increasing Subsequence
      • Cherry Pickup
      • Rotate Image
    • LinkedList
      • IsListPalindrome
      • Linked List Cycle
      • MergeTwoLinkedList
      • ReverseNodeInKGroup
      • RearrangeLastN
      • Remove Duplicates From Sorted List
      • RemoveKFromList
    • String
      • Generate Parentheses
      • Longest Valid Parentheses
      • Longest Common Subsequence
      • Count and Say
      • Decode String
      • Permutation in String
    • Tree
      • House Robber III
      • Convert Sorted Array to Binary Search Tree
      • Restore Binary Tree
      • Populating Next Right Pointers in Each Node II
      • Subtree of Another Tree
    • Graph
      • All Paths from Source to Target
      • Reorder Routes to Make All Paths Lead to the City Zero
      • Max Points on a Line
  • DBMS
    • DBMS Notes
  • Web App
    • Web Design
    • JavaScript
    • React.js
    • ReactNative
    • Mobile Design
    • Dialogue Flow
  • AnaplanIntern
    • Splunk
    • Docker
    • Kubernetes
  • 💰 Notes for Finance Concept
  • Analysis Concept
    • Volume Spread Analysis
    • Smart Money Concepts
Powered by GitBook
On this page
  • Why Explore Logs Challenge?
  • What Splunk Does?
  • How Splunk Works?
  1. AnaplanIntern

Splunk

Log data analysis tool

Why Explore Logs Challenge?

Huge number of logs, record so many information. How to do that in real time and analysis in real time

What Splunk Does?

Real time log --> Logs forward to remote instance in a human readable form --> Do real time analysis (IP traffic, how many users, Regional data, ...) --> Provide real time alert and notifications (CPU performance, IP range, ...) --> Historical data and log store & analysis (last 30 days of log data to be analyzed)

How Splunk Works?

Distributed System to ensure data availability

Forwarders

  • Collect data and forward to other splunk instances

Indexers

  • Log comes in real time and store here, receive logs from forwarders.

Search Hands/Cluster Members

  • Process data and do calculations, give alerts

Deployer

  • Make sure updates to config and ops are sent to clusters (cluster members form search engine)

Cluster Master

  • Responsible for: 1. All peers of indexers are up; 2. Manage different search heads and tells them where to go find data and problems

Deployment Server

  • Similar to Deployer, but do work to forwarders. Update data are sent to the forwarders and are sent out correctly.

PreviousDialogue FlowNextDocker

Last updated 2 years ago