US20140208217A1 - Interface for managing splittable timestamps across event records - Google Patents
Interface for managing splittable timestamps across event records Download PDFInfo
- Publication number
- US20140208217A1 US20140208217A1 US13/747,177 US201313747177A US2014208217A1 US 20140208217 A1 US20140208217 A1 US 20140208217A1 US 201313747177 A US201313747177 A US 201313747177A US 2014208217 A1 US2014208217 A1 US 2014208217A1
- Authority
- US
- United States
- Prior art keywords
- timestamp
- event
- raw data
- portions
- sub
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
- 
        - G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
 
- 
        - G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2458—Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
- G06F16/2477—Temporal data queries
 
- 
        - G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
- G06F16/9014—Indexing; Data structures therefor; Storage structures hash tables
 
- 
        - G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/284—Lexical analysis, e.g. tokenisation or collocates
 
Definitions
- the present invention relates generally to data selection management, and more particularly, but not exclusively, to providing a graphical user interface usable to identify splittable timestamp information across one or more locations within event records.
- the rapid increase in the production and collection of machine-generated data has created large data sets that are difficult to search and/or otherwise analyze.
- the machine data can include sequences of records that may occur in one or more usually continuous streams. Further, machine data often represents activity made up of discrete events.
- search engines may receive data from various data sources, including machine data.
- search engines may be configured to transform the received data in various ways prior to storing it. At least one of the transformations may include extracting field values from the received data.
- the received data may be unstructured, which may make it difficult for systems to efficiently analyze the received data to determine what data may be of interest and/or how to generate a field value extraction rule. This may be especially true where the datasets are considered extremely large, such as terabytes or greater. Such large datasets may make it difficult and time consuming to analyze the data so as to be able to perform various actions on the data. For example, determining extraction rules, modification rules, or the like on such large datasets that are correct and effective may be difficult and time consuming. Improper and/or ineffective rules may result in improper values from the received data and/or omit significant values. Thus, it is with respect to these considerations and others that the present invention has been made.
- FIG. 1 illustrates a system environment in which various embodiments may be implemented
- FIG. 2A shows a rack of blade servers that may be included in various embodiments
- FIG. 2B illustrates an embodiment of a blade server that may be included in a rack of blade servers such as that shown in FIG. 2A ;
- FIG. 3 shows a client device that may be included in various embodiments
- FIG. 4 illustrates a network device that may be included in various embodiments
- FIG. 5 illustrates a logical flow diagram generally showing one embodiment of an overview process for identifying one or more locations within a record with splittable timestamp information usable within extraction rules
- FIGS. 6A-C illustrate various non-limiting, non-exhaustive graphical user interfaces usable for identifying one or more locations within records with splittable timestamp information.
- the term “or” is an inclusive “or” operator, and is equivalent to the term “and/or,” unless the context clearly dictates otherwise.
- the term “based on” is not exclusive and allows for being based on additional factors not described, unless the context clearly dictates otherwise.
- the meaning of “a,” “an,” and “the” include plural references.
- the meaning of “in” includes “in” and “on.”
- the following terms are also used herein according to the corresponding meaning, unless the context clearly dictates otherwise.
- machine data may include data generated by machines, including, but not limited to, server logs or other types of event data, including event records.
- machine data streams may be time stamped to create time stamped events.
- information processing environments such as, firewalls, routers, web servers, application servers and databases may generate streams of time series data in the form of events.
- events may be generated hundreds or thousands of times per second.
- the machine data may be unstructured data, structured data, and/or a combination thereof: Unstructured data may refer to data that does not include at least one predefined field.
- extraction rule and/or “data field extraction rule” may refer to instructions that may be applied to identify and extract field values from data, such as event records.
- extraction rule may define a field within event records from which to extract a value.
- the extraction rules may include regular expressions.
- the data from which extraction rules may be applied may include structured and/or unstructured machine data, indexed, non-indexed, event records, or other type of data.
- regular expression refers to a sequence of constants and operators arranged into expressions for matching a set of strings.
- a regular expression is often defined as a pattern matching language which can be employed to identify character strings, for example, to select specific strings from a set of character strings. More particularly, regular expressions are often defined as a context-independent syntax that can represent a wide variety of character sets and character set orderings. In operation, regular expressions can be employed to search data based upon a predefined pattern or set of patterns. As such, this pattern matching language employs a specific syntax by which particular characters or strings are selected from a body of text.
- Regular expressions may be constructed using a variety of computer languages and constructs.
- some regular expression systems offer functionality, such as, substitution, grouping, back references, or the like.
- Regular expressions and regular expression systems may be adapted to work with non-string data providing matching facilities for binary data.
- event record may refer to computing data that is collected about an event for a computing system, including, for example, an action, characteristic, condition (or state) of the computing system. For example, such events may be about a computing system's performance, actions taken by the computing system, or the like. Event records may be obtained from various computing log files generated by the computer's operating system, and/or other monitoring application. However, event records are not restricted by a file format or structure from which the event data is obtained. In various embodiments, event records may include structured and/or unstructured machine data.
- location within an event record refers to one or more sequential characters (e.g., a string) within the event record.
- the location with the event record in some embodiments, may be definable based on various delimiters used to separate portions of the event record. However, the location within the event record may also be definable based on a characteristic of the data within the event record that might be used in an extraction rule; based on a starting column or position within the event record; or any of a variety of other criteria.
- various embodiments are directed towards providing a graphical user interface usable to identify one or more locations within event records with splittable timestamp information.
- a display of a plurality of event records is provided to a user through a display interface device using any of a variety of formats.
- a splittable timestamp selector is displayed that allows the user to select one or more locations within event records as having time information that may be split across the one or more locations. For example, the user might select one location within the event records as having date information, another location as having time of day information, and yet another location as having day of the week information, or so forth.
- the subject innovations are not limited however to these non-limiting, non-exhaustive examples for splitting timestamp information across locations within the event records, and other arrangements and/or allocations are also allowed.
- the user might uniquely identify a decomposition or splitting for the timestamps. Any of a plurality of mechanisms may then be used to associate the selected locations with the split timestamp information, including, but not limited to tags, labels, or additional field header information within the event records.
- a separate table, list, index, or the like may be generated that associates the locations within the event records with the split timestamp information.
- the graphical user interface displays such relationship, illustrating which locations within the event records are associated with which portion of the split timestamp information.
- the plurality of event records may be configured to include structured data having definable locations, such as fields, columns, or the like, based on separators, field headers, or so forth, subject innovations discussed herein are not limited to structured data event records. Selection of locations may also be performed over unstructured data event records. For example, in some embodiments, an analysis might be performed that provides extraction rules, or the like, that may identify locations within the unstructured data event records having time information. The event records may be displayed through the graphical user interface to enable the user to select locations over which to split the timestamp information.
- splitting timestamp information across locations within event records the subject innovations are not constrained to timestamp information.
- other splitting information might also employ similar selectors. For example, information about geographic regions might be split across various locations within event records, such as country information for one location within the event records, state or district information for another location within the event records, and city or town information for still another location within the event records. Virtually any information that can be split for use in identifying different locations within event records may be used.
- FIG. 1 shows components of an environment in which various embodiments may be practiced. Not all of the components may be required to practice the various embodiments, and variations in the arrangement and type of the components may be made without departing from the spirit or scope of the various embodiments.
- cloud network 102 enables one or more network services for a user based on the operation of corresponding arrangements 104 and 106 of virtually any type of networked computing device.
- the networked computing devices may include extraction rule server device 112 , event records server device 114 , enclosure of blade servers 110 , enclosure of server computers 116 , super computer network device 118 , and the like.
- one or more client devices may be included in cloud network 102 in one or more arrangements to provide one or more network services to a user. Also, these arrangements of networked computing devices may or may not be mutually exclusive of each other.
- extraction rule server device 112 may include module, processes, components, services, or the like, for generating extraction rules for extracting fields from event records. Further, in at least one of the various embodiments, event records server device 114 may include processes, modules, services, components, or the like, for collecting and managing data event records. In at least one of the various embodiments, event records server device 114 may employ extraction rules provided by extraction rule server 112 for managing event records, or other forms of data.
- the user may employ a plurality of virtually any type of wired or wireless networked computing devices to communicate with cloud network 102 and access at least one of the network services enabled by one or more of arrangements 104 and 106 .
- These networked computing devices may include tablet client device 122 , handheld client device 124 , wearable client device 126 , desktop client device 120 , and the like.
- the user may also employ notebook computers, server computers, microprocessor-based or programmable consumer electronics, network appliances, mobile telephones, smart telephones, pagers, radio frequency (RF) devices, infrared (IR) devices, Personal Digital Assistants (PDAs), televisions, integrated devices combining at least one of the preceding devices, and the like.
- RF radio frequency
- IR infrared
- PDAs Personal Digital Assistants
- client devices may include virtually any substantially networked computing device capable of communicating over a wired, wireless, or some combination of wired and wireless network.
- network 102 may employ virtually any form of communication technology and topology.
- network 102 can include local area networks Personal Area Networks (PANs), (LANs), Campus Area Networks (CANs), Metropolitan Area Networks (MANs) Wide Area Networks (WANs), direct communication connections, and the like, or any combination thereof.
- PANs Personal Area Networks
- LANs Local Area Networks
- CANs Campus Area Networks
- MANs Metropolitan Area Networks
- WANs Wide Area Networks
- direct communication connections and the like, or any combination thereof.
- a router acts as a link between LANs, enabling messages to be sent from one to another.
- communication links within networks may include virtually any type of link, e.g., twisted wire pair lines, optical fibers, open air lasers or coaxial cable, plain old telephone service (POTS), wave guides, acoustic, full or fractional dedicated digital communication lines including T1, T2, T3, and T4, and/or other carrier and other wired media and wireless media.
- carrier mechanisms may include E-carriers, Integrated Services Digital Networks (ISDNs), universal serial bus (USB) ports, Firewire ports, Thunderbolt ports, Digital Subscriber Lines (DSLs), wireless links including satellite links, or other communications links known to those skilled in the art.
- these communication links may further employ any of a variety of digital signaling technologies, including without limit, for example, DS-0, DS-1, DS-2, DS-3, DS-4, OC-3, OC-12, OC-48, or the like.
- remotely located computing devices could be remotely connected to networks via a modem and a temporary communication link.
- network 102 may include virtually any communication technology by which information may travel between computing devices.
- the communicated information may include virtually any kind of information including, but not limited to processor-readable instructions, data structures, program modules, applications, raw data, control data, archived data, video data, voice data, image data, text data, and the like.
- Network 102 may be partially or entirely embodied by one or more wireless networks.
- a wireless network may include any of a variety of wireless sub-networks that may further overlay stand-alone ad-hoc networks, and the like. Such sub-networks may include mesh networks, Wireless LAN (WLAN) networks, Wireless Router (WR) mesh, cellular networks, pico networks, PANs, Open Air Laser networks, Microwave networks, and the like.
- Network 102 may further include an autonomous system of intermediate network devices such as terminals, gateways, routers, switches, firewalls, load balancers, and the like, which are coupled to wired and/or wireless communication links. These autonomous devices may be operable to move freely and randomly and organize themselves arbitrarily, such that the topology of network 102 may change rapidly.
- Network 102 may further employ a plurality of wired and wireless access technologies, e.g., 2nd (2G), 3rd (3G), 4th (4G), 5 th (5G) generation wireless access technologies, and the like, for mobile devices.
- These wired and wireless access technologies may also include Global System for Mobile communication (GSM), General Packet Radio Services (GPRS), Enhanced Data GSM Environment (EDGE), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution Advanced (LTE), Universal Mobile Telecommunications System (UMTS), Orthogonal frequency-division multiplexing (OFDM), Wideband Code Division Multiple Access (W-CDMA), Code Division Multiple Access 2000 (CDMA2000), Evolution-Data Optimized (EV-DO), High-Speed Downlink Packet Access (HSDPA), IEEE 802.16 Worldwide Interoperability for Microwave Access (WiMax), ultra wide band (UWB), user datagram protocol (UDP), transmission control protocol/Internet protocol (TCP/IP), any portion of the Open Systems Inter
- FIG. 2A shows one embodiment of an enclosure of blade servers 200 , which are also illustrated in FIG. 1 .
- Enclosure of blade servers 200 may include many more or fewer components than those shown in FIG. 2A . However, the components shown are sufficient to disclose an illustrative embodiment.
- a blade server is a stripped down server computing device with a modular design optimized to minimize the use of physical space and energy.
- a blade enclosure can include several blade servers and provide each with power, cooling, network interfaces, input/output interfaces, and resource management.
- an enclosure of server computers typically includes several computers that merely require a network connection and a power cord connection to operate. Each server computer often includes redundant components for power and interfaces.
- enclosure 200 contains power supply 204 , and input/output interface 206 , rack logic 208 , several blade servers 210 , 212 , 214 , and 216 , and backplane 202 .
- Power supply 204 provides power to each component and blade server within the enclosure.
- the input/output interface 206 provides internal and external communication for components and blade servers within the enclosure.
- Backplane 208 can enable passive and active communication of power, logic, input signals, and output signals for each blade server.
- FIG. 2B illustrates an illustrative embodiment of blade server 250 , which may include many more or fewer components than those shown. As shown in FIG. 2A , a plurality of blade servers may be included in one enclosure that shares resources provided by the enclosure to reduce size, power, and cost.
- Blade server 250 may include processor 252 which communicates with memory 256 via bus 254 .
- Blade server 250 may also include input/output interface 290 , processor-readable stationary storage device 292 , and processor-readable removable storage device 294 .
- Input/output interface 29 can enable blade server 250 to communicate with other blade servers, client devices, network devices, and the like.
- Interface 290 may provide wireless and/or wired communication links for blade server.
- Processor-readable stationary storage device 292 may include devices such as an electromagnetic storage device (hard disk), solid state hard disk (SSD), hybrid of both an SSD and a hard disk, and the like.
- processor-readable removable storage device 294 enables processor 252 to read non-transitory storage media for storing and accessing processor-readable instructions, modules, data structures, and other forms of data.
- the non-transitory storage media may include Flash drives, tape media, floppy media, and the like.
- Memory 256 may include Random Access Memory (RAM), Read-Only Memory (ROM), hybrid of RAM and ROM, and the like. As shown, memory 256 includes operating system 258 and basic input/output system (BIOS) 260 for enabling the operation of blade server 250 . In various embodiments, a general-purpose operating system may be employed such as a version of UNIX, or LINUXTM, or a specialized server operating system such as Microsoft's Windows ServerTM and Apple Computer's iOS ServerTM.
- RAM Random Access Memory
- ROM Read-Only Memory
- BIOS basic input/output system
- a general-purpose operating system may be employed such as a version of UNIX, or LINUXTM, or a specialized server operating system such as Microsoft's Windows ServerTM and Apple Computer's iOS ServerTM.
- Memory 256 may further include one or more data storage 270 , which can be utilized by blade server 250 to store, among other things, applications 280 and/or other data.
- Data stores 270 may include program code, data, algorithms, and the like, for use by processor 252 to execute and perform actions. In one embodiment, at least some of data store 270 might also be stored on another component of blade server 250 , including, but not limited to, processor-readable removable storage device 294 , processor-readable stationary storage device 292 , or any other processor-readable storage device (not shown).
- Data storage 270 may include, for example, event records 272 , timestamp associations 275 , and extraction rules 274 . Timestamp associations 275 may include tags, labels, indices, tables, or other mechanisms usable to associate timestamp information with locations within event records.
- Applications 280 may include processor executable instructions which, when executed by blade server 250 , transmit, receive, and/or otherwise process messages, audio, video, and enable communication with other networked computing devices. Examples of application programs include database servers, file servers, calendars, transcoders, and so forth. Applications 280 may include, for example, extraction rule application 282 , and timestamp labeler 283 . In some embodiments, timestamp labeler 283 may be configured to provide a graphical user interface usable to identify locations within an event record with splittable timestamp information. Timestamp labeler 283 is illustrated as a separate application, however, it should be understood that timestamp labeler 283 may operate within another application or be called through another application.
- timestamp labeler 283 may employ a process such as described below in more detail in conjunction with FIG. 5 to perform at least some of its actions. Timestamp labeler 283 may further employ graphical user interfaces, such as those discussed below in conjunction with FIGS. 6A-6C .
- Human interface components may be remotely associated with blade server 250 , which can enable remote input to and/or output from blade server 250 .
- information to a display or from a keyboard can be routed through the input/output interface 290 to appropriate peripheral human interface components that are remotely located.
- peripheral human interface components include, but are not limited to, an audio interface, a display, keypad, pointing device, touch interface, and the like.
- FIG. 3 shows one embodiment of client device 300 that may include many more or less components than those shown.
- Client device 300 may represent, for example, at least one embodiment of client devices shown in FIG. 1 .
- Client device 300 may include processor 302 in communication with memory 304 via bus 328 .
- Client device 300 may also include power supply 330 , network interface 332 , audio interface 356 , display 350 , keypad 352 , illuminator 354 , video interface 342 , input/output interface 338 , haptic interface 364 , global positioning systems (GPS) receiver 358 , open air gesture interface 360 , temperature interface 362 , camera(s) 340 , projector 346 , pointing device interface 366 , processor-readable stationary storage device 334 , and processor-readable removable storage device 336 .
- Client device 300 may optionally communicate with a base station (not shown), or directly with another computing device. And in one embodiment, although not shown, a gyroscope may be employed within client device 300 to measuring and/or maintaining an orientation of client device 300 .
- Power supply 330 may provide power to client device 300 .
- a rechargeable or non-rechargeable battery may be used to provide power.
- the power may also be provided by an external power source, such as an AC adapter or a powered docking cradle that supplements and/or recharges the battery.
- Network interface 332 includes circuitry for coupling client device 300 to one or more networks, and is constructed for use with one or more communication protocols and technologies including, but not limited to, protocols and technologies that implement any portion of the OSI model for mobile communication (GSM), CDMA, time division multiple access (TDMA), UDP, TCP/IP, SMS, MMS, GPRS, WAP, UWB, WiMax, SIP/RTP, GPRS, EDGE, WCDMA, LTE, UMTS, OFDM, CDMA2000, EV-DO, HSDPA, or any of a variety of other wireless communication protocols.
- GSM OSI model for mobile communication
- CDMA Code Division Multiple Access
- TDMA time division multiple access
- UDP User Datagram Protocol/IP
- SMS SMS
- MMS mobility management Entity
- GPRS Wireless Fidelity
- WAP Wireless Fidelity
- UWB Wireless Fidelity
- WiMax Wireless Fidelity
- SIP/RTP GPRS
- EDGE WCDMA
- Audio interface 356 may be arranged to produce and receive audio signals such as the sound of a human voice.
- audio interface 356 may be coupled to a speaker and microphone (not shown) to enable telecommunication with others and/or generate an audio acknowledgement for some action.
- a microphone in audio interface 356 can also be used for input to or control of client device 300 , e.g., using voice recognition, detecting touch based on sound, and the like.
- Display 350 may be a liquid crystal display (LCD), gas plasma, electronic ink, light emitting diode (LED), Organic LED (OLED) or any other type of light reflective or light transmissive display that can be used with a computing device.
- Display 350 may also include a touch interface 344 arranged to receive input from an object such as a stylus or a digit from a human hand, and may use resistive, capacitive, surface acoustic wave (SAW), infrared, radar, or other technologies to sense touch and/or gestures.
- SAW surface acoustic wave
- Projector 346 may be a remote handheld projector or an integrated projector that is capable of projecting an image on a remote wall or any other reflective object such as a remote screen.
- Video interface 342 may be arranged to capture video images, such as a still photo, a video segment, an infrared video, or the like.
- video interface 342 may be coupled to a digital video camera, a web-camera, or the like.
- Video interface 342 may comprise a lens, an image sensor, and other electronics.
- Image sensors may include a complementary metal-oxide-semiconductor (CMOS) integrated circuit, charge-coupled device (CCD), or any other integrated circuit for sensing light.
- CMOS complementary metal-oxide-semiconductor
- CCD charge-coupled device
- Keypad 352 may comprise any input device arranged to receive input from a user.
- keypad 352 may include a push button numeric dial, or a keyboard.
- Keypad 352 may also include command buttons that are associated with selecting and sending images.
- Illuminator 354 may provide a status indication and/or provide light. Illuminator 354 may remain active for specific periods of time or in response to events. For example, when illuminator 354 is active, it may backlight the buttons on keypad 352 and stay on while the client device is powered. Also, illuminator 354 may backlight these buttons in various patterns when particular actions are performed, such as dialing another client device. Illuminator 354 may also cause light sources positioned within a transparent or translucent case of the client device to illuminate in response to actions.
- Client device 300 may also comprise input/output interface 338 for communicating with external peripheral devices or other computing devices such as other client devices and network devices.
- the peripheral devices may include an audio headset, display screen glasses, remote speaker system, remote speaker and microphone system, and the like.
- Input/output interface 338 can utilize one or more technologies, such as Universal Serial Bus (USB), Infrared, WiFi, WiMax, BluetoothTM, and the like.
- Haptic interface 364 may be arranged to provide tactile feedback to a user of the client device.
- the haptic interface 364 may be employed to vibrate client device 300 in a particular way when another user of a computing device is calling.
- Temperature interface 362 may be used to provide a temperature measurement input and/or a temperature changing output to a user of client device 300 .
- Open air gesture interface 360 may sense physical gestures of a user of client device 300 , for example, by using single or stereo video cameras, radar, a gyroscopic sensor inside a device held or worn by the user, or the like.
- Camera 340 may be used to track physical eye movements of a user of client device 300 .
- GPS transceiver 358 can determine the physical coordinates of client device 300 on the surface of the Earth, which typically outputs a location as latitude and longitude values. GPS transceiver 358 can also employ other geo-positioning mechanisms, including, but not limited to, triangulation, assisted GPS (AGPS), Enhanced Observed Time Difference (E-OTD), Cell Identifier (CI), Service Area Identifier (SAI), Enhanced Timing Advance (ETA), Base Station Subsystem (BSS), or the like, to further determine the physical location of client device 300 on the surface of the Earth. It is understood that under different conditions, GPS transceiver 358 can determine a physical location for client device 300 . In at least one embodiment, however, client device 300 may, through other components, provide other information that may be employed to determine a physical location of the device, including for example, a Media Access Control (MAC) address, IP address, and the like.
- MAC Media Access Control
- Human interface components can be peripheral devices that are physically separate from client device 300 , allowing for remote input and/or output to client device 300 .
- information routed as described here through human interface components such as display 350 or keyboard 352 can instead be routed through network interface 332 to appropriate human interface components located remotely.
- human interface peripheral components that may be remote include, but are not limited to, audio devices, pointing devices, keypads, displays, cameras, projectors, and the like. These peripheral components may communicate over a Pico Network such as BluetoothTM, ZigbeeTM and the like.
- a client device with such peripheral human interface components is a wearable computing device, which might include a remote pico projector along with one or more cameras that remotely communicate with a separately located client device to sense a user's gestures toward portions of an image projected by the pico projector onto a reflected surface such as a wall or the user's hand.
- a client device may include a browser application that is configured to receive and to send web pages, web-based messages, graphics, text, multimedia, and the like.
- the client device's browser application may employ virtually any programming language, including a wireless application protocol messages (WAP), and the like.
- WAP wireless application protocol
- the browser application is enabled to employ Handheld Device Markup Language (HDML), Wireless Markup Language (WML), WMLScript, JavaScript, Standard Generalized Markup Language (SGML), HyperText Markup Language (HTML), eXtensible Markup Language (XML), HTML5, and the like.
- HDML Handheld Device Markup Language
- WML Wireless Markup Language
- WMLScript Wireless Markup Language
- JavaScript Standard Generalized Markup Language
- SGML Standard Generalized Markup Language
- HTML HyperText Markup Language
- XML eXtensible Markup Language
- HTML5 HyperText Markup Language
- Memory 304 may include RAM, ROM, and/or other types of memory. Memory 304 illustrates an example of computer-readable storage media (devices) for storage of information such as computer-readable instructions, data structures, program modules or other data. Memory 304 may store BIOS 308 for controlling low-level operation of client device 300 . The memory may also store operating system 306 for controlling the operation of client device 300 . It will be appreciated that this component may include a general-purpose operating system such as a version of UNIX, or LINUXTM, or a specialized mobile computer communication operating system such as Windows PhoneTM, or the Symbian® operating system. The operating system may include, or interface with a Java virtual machine module that enables control of hardware components and/or operating system operations via Java application programs.
- BIOS 308 for controlling low-level operation of client device 300 .
- the memory may also store operating system 306 for controlling the operation of client device 300 . It will be appreciated that this component may include a general-purpose operating system such as a version of UNIX, or LINU
- Memory 304 may further include one or more data storage 310 , which can be utilized by client device 300 to store, among other things, applications 320 and/or other data.
- data storage 310 may also be employed to store information that describes various capabilities of client device 300 . The information may then be provided to another device based on any of a variety of events, including being sent as part of a header during a communication, sent upon request, or the like.
- Data storage 310 may also be employed to store social networking information including address books, buddy lists, aliases, user profile information, or the like.
- Data storage 310 may further include program code, data, algorithms, and the like, for use by a processor, such as processor 302 to execute and perform actions.
- data storage 310 might also be stored on another component of client device 300 , including, but not limited to, non-transitory processor-readable removable storage device 336 , processor-readable stationary storage device 334 , or even external to the client device.
- Applications 320 may include computer executable instructions which, when executed by client device 300 , transmit, receive, and/or otherwise process instructions and data. Applications 320 may include, for example, extraction rule application 322 .
- Other examples of application programs include calendars, search programs, email client applications, IM applications, SMS applications, Voice Over Internet Protocol (VOIP) applications, contact managers, task managers, transcoders, database programs, word processing programs, security applications, spreadsheet programs, games, search programs, and so forth.
- VOIP Voice Over Internet Protocol
- Extraction rule application 322 may be configured to enable creation of extraction rules and to display results of the extraction rules to a user.
- extraction rule application 322 may interact with and/or employed through a web browser.
- extraction rule application 322 may enable a user to input and/or edit one or more extraction rules.
- extraction rule application 322 may display a plurality of event records to a user, values extracted from the event records using the extraction rule, statistics about the extracted values, or the like.
- timestamp labeler 323 is configured to enable client device 300 to display and use a graphical user interface to identify one or more locations within an event record that may have time information, and to further allow the locations to be associated with splittable timestamp information.
- splittable timestamp information may then be usable to perform any of a variety of time related actions upon the event records, including, but not limited to performing sorts on the event records, or locations within the event records; performing extractions of information within the event records or locations within the event records; or performing any of a variety of analysis on the event records.
- timestamp labeler 323 is illustrated as within extraction rule application 322 , this need not be the case in other embodiments, and thus should not be construed as limiting the subject innovations. For example, timestamp labeler 323 might operate as a separate application, called from another application, or even operate on another network device over a network. In some embodiments timestamp labeler 323 is configured to provide graphical user interfaces such as those discussed in more detail below in conjunction with FIGS. 6A-6C , and further employ a process such as discussed below in conjunction with FIG. 5 .
- FIG. 4 shows one embodiment of network device 400 that may be included in a system implementing the invention.
- Network device 400 may include many more or less components than those shown in FIG. 4 . However, the components shown are sufficient to disclose an illustrative embodiment for practicing the present invention.
- Network device 400 may represent, for example, one embodiment of at least one of network device 112 , 114 , or 120 of FIG. 1 .
- network device 400 may include a processor 402 in communication with a memory 404 via a bus 428 .
- Network device 400 may also include a power supply 430 , network interface 432 , audio interface 456 , display 450 , keyboard 452 , input/output interface 438 , processor-readable stationary storage device 434 , processor-readable removable storage device 436 , and pointing device interface 458 .
- Power supply 430 provides power to network device 400 .
- Network interface 432 may include circuitry for coupling network device 400 to one or more networks, and is constructed for use with one or more communication protocols and technologies including, but not limited to, protocols and technologies that implement any portion of the Open Systems Interconnection model (OSI model), GSM, CDMA, time division multiple access (TDMA), UDP, TCP/IP, SMS, MMS, GPRS, WAP, UWB, WiMax, SIP/RTP, or any of a variety of other wired and wireless communication protocols.
- Network interface 432 is sometimes known as a transceiver, transceiving device, or network interface card (NIC).
- Network device 400 may optionally communicate with a base station (not shown), or directly with another computing device.
- Audio interface 456 is arranged to produce and receive audio signals such as the sound of a human voice.
- audio interface 456 may be coupled to a speaker and microphone (not shown) to enable telecommunication with others and/or generate an audio acknowledgement for some action.
- a microphone in audio interface 456 can also be used for input to or control of network device 400 , for example, using voice recognition.
- Display 450 may be a liquid crystal display (LCD), gas plasma, electronic ink, light emitting diode (LED), Organic LED (OLED) or any other type of light reflective or light transmissive display that can be used with a computing device.
- Display 450 may be a handheld projector or pico projector capable of projecting an image on a wall or other object.
- Network device 400 also may also comprise input/output interface 438 for communicating with external devices not shown in FIG. 4 .
- Input/output interface 438 can utilize one or more wired or wireless communication technologies, such as USBTM, FirewireTM, WiFi, WiMax, ThunderboltTM, Infrared, BluetoothTM, ZigbeeTM, serial port, parallel port, and the like.
- Human interface components can be physically separate from network device 400 , allowing for remote input and/or output to network device 400 .
- information routed as described here through human interface components such as display 450 or keyboard 452 can instead be routed through the network interface 432 to appropriate human interface components located elsewhere on the network.
- Human interface components can include any component that allows the computer to take input from, or send output to, a human user of a computer.
- Memory 404 may include RAM, ROM, and/or other types of memory. Memory 404 illustrates an example of computer-readable storage media (devices) for storage of information such as computer-readable instructions, data structures, program modules or other data. Memory 404 may store BIOS 408 for controlling low-level operation of network device 400 . The memory may also store operating system 406 for controlling the operation of network device 400 . It will be appreciated that this component may include a general-purpose operating system such as a version of UNIX, or LINUXTM, or a specialized operating system such as Microsoft Corporation's Windows® operating system, or the Apple Corporation's iOS® operating system. The operating system may include, or interface with a Java virtual machine module that enables control of hardware components and/or operating system operations via Java application programs.
- BIOS 408 for controlling low-level operation of network device 400 .
- the memory may also store operating system 406 for controlling the operation of network device 400 . It will be appreciated that this component may include a general-purpose operating system such as a version of UNIX
- Memory 404 may further include one or more data storage 410 , which can be utilized by network device 400 to store, among other things, applications 420 and/or other data.
- data storage 410 may also be employed to store information that describes various capabilities of network device 400 . The information may then be provided to another device based on any of a variety of events, including being sent as part of a header during a communication, sent upon request, or the like.
- Data storage 410 may also be employed to store social networking information including address books, buddy lists, aliases, user profile information, or the like.
- Data stores 410 may further include program code, data, algorithms, and the like, for use by a processor, such as processor 402 to execute and perform actions.
- data store 410 might also be stored on another component of network device 400 , including, but not limited to, non-transitory media inside processor-readable removable storage device 436 , processor-readable stationary storage device 434 , or any other computer-readable storage device within network device 400 , or even external to network device 400 .
- Data storage 410 may include, for example, event records 412 and extraction rules 416 .
- event records 412 may store data, including a plurality of event records.
- event records 412 may be stored by event records server device 114 of FIG. 1 .
- Extraction rules 416 may include one or more extractions rules. These extraction rules may be automatically created based on a user selection of text, input by a user, and/or otherwise provided to the system.
- extraction rules 416 may be stored and/or otherwise processed by extraction rule server device 112 of FIG. 1 .
- data storage 410 may also include timestamp associations 413 , where such associations might include tags, labels, indices, tables, lists, or the like. However, in other embodiments, modifications might be made to event records stored within event records 412 to indicate timestamp associations, including, modifying event records to include tags, labels, headers, additional fields, field information, or the like.
- Applications 420 may include computer executable instructions which, when executed by network device 400 , transmit, receive, and/or otherwise process messages (e.g., SMS, MMS, Instant Message (IM), email, and/or other messages), audio, video, and enable telecommunication with another user of another client device.
- messages e.g., SMS, MMS, Instant Message (IM), email, and/or other messages
- Other examples of application programs include calendars, search programs, email client applications, IM applications, SMS applications, Voice Over Internet Protocol (VOIP) applications, contact managers, task managers, transcoders, database programs, word processing programs, security applications, spreadsheet programs, games, search programs, and so forth.
- Applications 420 may include, for example, extraction rule application 422 and timestamp labeler 423 .
- Extraction rule application 422 may be configured to enable creation of extraction rules and to display results of the extraction rules to a user.
- extraction rule application 422 may interact with a client device for enabling a user to input and/or edit one or more extraction rules.
- extraction rule application 422 may enable a client device to display a plurality of event records to a user, values extracted from the event records using the extraction rule, statistics about the extracted values, or the like.
- extraction rule application 422 may interact with event records 412 and/or extraction rules 416 to access and/or store event records and/or extraction rules, respectively.
- extraction rule application 422 may be employed by extraction rule server device 112 of FIG. 1 .
- Timestamp labeler 423 is configured to provide a graphical user interface usable to identify one or more locations within event records with splittable timestamp information.
- a display of a plurality of event records is provided to a user through the graphical user interface using any of a variety of formats, including those described below in conjunction with FIGS. 6A-C .
- a splittable timestamp selector is displayed within the graphical user interface that allows the user to select one or more locations within event records as having time related information that may be split across the one or more locations.
- the splittable timestamp information may then be associated with respective locations within the event records using any of a variety of mechanisms.
- the associations may be stored such that it may later be used by extraction rules, sort applications, and/or any of a variety of applications in which time information may be used.
- timestamp labeler 422 might store the associations in event records 412 , and/or in timestamp associations 413 .
- Timestamp labeler 424 may employ a process such as described below in conjunction with FIG
- FIG. 5 illustrates a logical flow diagram generally showing one embodiment of an overview process for identifying one or more locations within an event record with splittable timestamp information.
- Process 500 of FIG. 5 may be implemented within one or more client devices of FIG. 1 , blade server 250 of FIG. 2B , and/or network device 400 of FIG. 5 .
- Process 500 begins, after a start block, at block 502 , where a plurality of event records are received, and one or more of the event records are displayed using a graphical user interface (GUI).
- GUI graphical user interface
- the GUI may be implemented using any of a variety of mechanisms, and is not constrained to any particular mechanism for displaying the one or more event records.
- the GUI may be displayed to a user of a client device, such as described above in conjunction with FIGS. 1 and 3 .
- the GUI may also be configured to be displayed using any of a variety of other devices as well.
- the display of the one or more event records may use any of a variety of formats and/or arrangements. For example, event records may be displayed in a table format having rows and columns.
- each event record displayed might be a displayed row, while fields or locations within the event record are columns. In other embodiments, each event record displayed might be a column, while fields or locations within the event records are rows. As discussed further below, other arrangements may also be used.
- Process 500 then flows to block 504 , where the GUI also displays a splittable timestamp selector.
- the splittable timestamp selector might be represented as a pull down menu structure, a push button, a drag/drop selector, or any of a variety of other selector mechanisms, including a combination of one or more selector mechanisms.
- the splittable timestamp selector is configured to allow the user to identify locations within a displayed event record having portions of time information for which the user may select. For example, one location of the event record might include month/day/year information, while another location within the event record might include day of the week information, time of day information, or so forth.
- an event record might include locations that include combinations of such time information, and/or other types of time information. Therefore, subject innovations are not limited to a particular structure, type, or combination of time information. Virtually any time information may be included for which a user might select.
- a user might identify locations within an event record having time information that is distributed across different fields or locations within an event record.
- one field or location within an event record might include time of day information in the form of time that is local to a source of the event record, and another location that includes universal time of day information.
- Another location of the event record might include, however, month/day/year information.
- time information might be distributed across different locations within an event record.
- Some of these locations within the event record however might not include a label, tag, header, or other type of indication that the content includes time information. The user might therefore wish to identify such locations as having a particular type of time information.
- the user may drag, slide, or otherwise identify and select locations within the event record as having time information, and what type of time information.
- the splittable timestamp selector allows the user to split timestamp information across different locations within the event record.
- Process 500 then moves to block 506 where as the user selects locations with split timestamp information, the splittable timestamp information is associated with the selected locations.
- This association may be accomplished using a variety of mechanisms. For example, a new field, header, tag, label, or the like might be automatically inserted in the event records, event record headers, or the like, that include the split timestamp information.
- information about the selected locations might be inserted into a table, list, index structure, or the like, along with the associated split timestamp information.
- the location within the event records might be identified as characters 26-31 and as having time information to be associated with the split timestamp of Month (2 characters), Day (2 characters), and Year (2 characters).
- Such information may be included in a table, list, index structure, or the like, that might be maintained separately, within another event record, or using any of a variety of other mechanisms.
- Process 500 flows next to decision block 508 where a determination is made whether more splittable timestamp information is to be selected and associated with locations within the event records. If so, processing flows back to block 504 to continue until no more selections are performed. Processing then continues to optional block 510 .
- a user may create an extraction rule that includes splittable timestamps within the rule. For example, the user might select event records where the MM/DD/YY time information, identified using the splittable timestamp, is greater than some value. As noted, any of a variety of other extraction criteria may be employed. As such, the subject innovations are not limited by this example. Proceeding to block 512 , the extraction rule having splittable timestamp information is then used to extract event records that satisfy the extraction rule. Continuing to block 514 , any of a variety of analyses might then be performed on the extracted event records.
- Process 500 then flows to decision block 516 , where a determination is made whether to continue identifying and selecting locations within event records with splittable timestamp information. If so, processing branches back to block 504 ; otherwise, processing may return to a calling process.
- each block of the flowchart illustration, and combinations of blocks in the flowchart illustration can be implemented by computer program instructions.
- These program instructions may be provided to a processor to produce a machine, such that the instructions, which execute on the processor, create means for implementing the actions specified in the flowchart block or blocks.
- the computer program instructions may be executed by a processor to cause a series of operational steps to be performed by the processor to produce a computer-implemented process such that the instructions, which execute on the processor to provide steps for implementing the actions specified in the flowchart block or blocks.
- the computer program instructions may also cause at least some of the operational steps shown in the blocks of the flowchart to be performed in parallel.
- steps may also be performed across more than one processor, such as might arise in a multi-processor computer system.
- one or more blocks or combinations of blocks in the flowchart illustration may also be performed concurrently with other blocks or combinations of blocks, or even in a different sequence than illustrated.
- blocks of the flowchart illustration support combinations of means for performing the specified actions, combinations of steps for performing the specified actions and program instruction means for performing the specified actions. It will also be understood that each block of the flowchart illustration, and combinations of blocks in the flowchart illustration, can be implemented by special purpose hardware-based systems, which perform the specified actions or steps, or combinations of special purpose hardware and computer instructions.
- FIGS. 6A-C illustrate various non-limiting, non-exhaustive graphical user interfaces usable for identifying/selecting one or more locations within event records with splittable timestamp information.
- GUIs 600 A-C of FIGS. 6A-C are directed towards providing examples of GUIs that may be used to display one or more event records and to select locations within the event records as having time information.
- the GUIs further display a splittable timestamp selector that may be used to select locations within the event records as having time information.
- the splittable timestamp selector may be used to identify the type of time information within the selected location. This splittable timestamp information may then be associated with the selected locations as discussed above.
- GUI 600 A of FIG. 6A illustrates event records 612 - 614 , within section 608 A.
- Other sections within GUI 600 A may also be displayed, including, data source 602 , which indicates a source of the event records; extraction rule preview 604 , which may be used to create an extraction rule, and input 606 usable to enable the user to define a specific filter to apply to the event records (e.g., the user may filter the event records to display those event records that were recorded on a particular day).
- input 606 may also enable a user to select how the event records are displayed.
- event records 612 - 614 are displayed in a ‘by row’ format, where each row represents one event record. Also, shown as columns are locations 630 - 637 for each of event records 612 - 614 . Where tags, labels, or field headers are available, they are further illustrated in row 610 .
- Splittable timestamp selector 620 is shown in FIG. 6A , having selection arrows that may be employed to select split time information.
- Splittable timestamp selector 620 may be clicked on, dragged, or otherwise moved, relocated over one or more columns/locations of the displayed event records 612 - 614 to select a location having time information.
- the selection arrows may be used to select a split time for the selected location.
- a user might drag splittable timestamp selector 620 over location 631 and employ the selection arrows to identify that location 631 has month/day/year (MM/DD/YY) time information.
- a result of such actions is shown as splittable timestamp selection 621 .
- splittable timestamp selection 622 showing location 633 having time of day, in Zulu time; and splittable timestamp selection 623 showing location 636 having weekday time information.
- splittable timestamp selection 621 might be dragged to another location to enable splitting of, for example, the MM/DD/YY time information.
- a user might split the MM/DD/YY time information across two or more locations, such as MM for one location, DD for another location, and YY for still another location.
- splittable timestamp selection 622 might also be further split.
- the splittable timestamp selection 622 might be dragged over multiple locations, with selections made using splittable timestamp selection 622 as sort of an extension of splittable timestamp selector 620 .
- designating splits of time across locations within event records may be performed in a variety of ways.
- splittable timestamp selector 620 might allow a user to select to enter a definition of split time for locations. That is, in some embodiments, the user might define a unique splitting of time, or even a previously undefined timestamp designation. Moreover, in some embodiments, when a location within the displayed event records is selected, an association is made between the split time information and the selected location to indicate that the selection location has time information as indicated by the selected identifier (e.g., MM/DD/YY, time of day: Zulu, or weekday).
- the selected identifier e.g., MM/DD/YY, time of day: Zulu, or weekday.
- association between the split time information and the location might be applied over a plurality of event records, including those event records that are displayed, or alternatively, over a subset of event records, such as event records extracted from the plurality of event records based on an extraction rule, or the like.
- the splittable timestamp/location associations may then be used to perform any of a variety of operations upon the event records.
- FIG. 6A illustrates event records 612 - 614 in rows, and columns as locations/fields within the event records
- event records might be displayed in columns, while locations/fields with the event records might be displayed in rows.
- Splittable timestamp information may then be displayed in a column, and aligned with respectively selected locations/rows within the event records.
- some data might have event records with too many extracted fields to readily display as columns. Therefore, in some embodiments, the fields of each event record might be displayed with one field per row for each event record, and then displaying event records one under another.
- a similar concept might include moving the splittable timestamp information between fields to indicate the one from which a timestamp might be extracted, or otherwise selected; however, in this instance the timestamp (or portions thereof) might move up or down between the fields rather than across columns.
- FIG. 6B shows still another non-limiting, non-exhaustive arrangement of event records, locations/fields within event records, and how splittable timestamp information might be displayed.
- GUI 600 B shows portions of event records 612 - 613 .
- the event records are shown in a single column, one event record below another event record. Shown for event record 612 are locations 631 A and 633 A, while at least location 631 B of event record 613 is displayed.
- a scrolling tool is shown next to each event record, allowing scrolling within each event record, to display respective locations/fields within an event record.
- a global scrolling tool is shown that allows for scrolling over the event records.
- Splittable timestamp selector 620 may again be used to select locations within the displayed event records as having time information, as discussed above.
- FIG. 6B shows results of a selection of field/location 631 A as having split time information of MMDDYY, as shown by splittable timestamp selection 621 A.
- such selection in one event record may be automatically reflected within other event records.
- splittable timestamp selection 621 B might automatically be displayed to reflect selections of a similar field/location within another event record based one selection.
- splittable timestamp selection 622 A for location 633 A of event record 612 . While not displayed, a similar automatic selection might occur for event record 613 , and/or other event records.
- FIG. 6C illustrates still another non-limiting, non-exhaustive arrangement of event records, locations/fields within event records, and how splittable timestamp information might be displayed.
- GUI 600 C event records are again displayed in row format, as in 612 A, 613 A, and so forth. However, a separate row is also shown for fields/locations selected as having time information.
- row 641 illustrates that field 1 (location 631 ) of the event records 612 - 613 (as displayed by event records 612 A and 613 A) has time information as shown by splittable timestamp selection 621 .
- row 641 also shows that field 3 (location 633 ) of the event records 612 - 613 (and displayed as event records 612 B and 613 B) has time information as shown by splittable timestamp selection 622 .
- GUI 600 C might display multiple instances of an event record, as rows, with other rows indicating which field/location within the event records are selected using the splittable timestamp selector 620 .
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Computational Linguistics (AREA)
- Probability & Statistics with Applications (AREA)
- Mathematical Physics (AREA)
- Fuzzy Systems (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- General Health & Medical Sciences (AREA)
- User Interface Of Digital Computer (AREA)
- Human Computer Interaction (AREA)
Abstract
Description
-  The present invention relates generally to data selection management, and more particularly, but not exclusively, to providing a graphical user interface usable to identify splittable timestamp information across one or more locations within event records.
-  The rapid increase in the production and collection of machine-generated data has created large data sets that are difficult to search and/or otherwise analyze. The machine data can include sequences of records that may occur in one or more usually continuous streams. Further, machine data often represents activity made up of discrete events.
-  Often, search engines may receive data from various data sources, including machine data. In some cases, search engines may be configured to transform the received data in various ways prior to storing it. At least one of the transformations may include extracting field values from the received data. Sometimes the received data may be unstructured, which may make it difficult for systems to efficiently analyze the received data to determine what data may be of interest and/or how to generate a field value extraction rule. This may be especially true where the datasets are considered extremely large, such as terabytes or greater. Such large datasets may make it difficult and time consuming to analyze the data so as to be able to perform various actions on the data. For example, determining extraction rules, modification rules, or the like on such large datasets that are correct and effective may be difficult and time consuming. Improper and/or ineffective rules may result in improper values from the received data and/or omit significant values. Thus, it is with respect to these considerations and others that the present invention has been made.
-  Non-limiting and non-exhaustive embodiments are described with reference to the following drawings. In the drawings, like reference numerals refer to like parts throughout the various figures unless otherwise specified.
-  For a better understanding, reference will be made to the following Detailed Description, which is to be read in association with the accompanying drawings, wherein:
-  FIG. 1 illustrates a system environment in which various embodiments may be implemented;
-  FIG. 2A shows a rack of blade servers that may be included in various embodiments;
-  FIG. 2B illustrates an embodiment of a blade server that may be included in a rack of blade servers such as that shown inFIG. 2A ;
-  FIG. 3 shows a client device that may be included in various embodiments;
-  FIG. 4 illustrates a network device that may be included in various embodiments;
-  FIG. 5 illustrates a logical flow diagram generally showing one embodiment of an overview process for identifying one or more locations within a record with splittable timestamp information usable within extraction rules; and
-  FIGS. 6A-C illustrate various non-limiting, non-exhaustive graphical user interfaces usable for identifying one or more locations within records with splittable timestamp information.
-  Various embodiments now will be described more fully hereinafter with reference to the accompanying drawings, which form a part hereof, and which show, by way of illustration, specific embodiments by which the invention may be practiced. The embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the embodiments to those skilled in the art. Among other things, the various embodiments may be methods, systems, media, or devices. Accordingly, the various embodiments may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. The following detailed description is, therefore, not to be taken in a limiting sense.
-  Throughout the specification and claims, the following terms take the meanings explicitly associated herein, unless the context clearly dictates otherwise. The phrase “in one embodiment” as used herein does not necessarily refer to the same embodiment, though it may. Furthermore, the phrase “in another embodiment” as used herein does not necessarily refer to a different embodiment, although it may. Thus, as described below, various embodiments may be readily combined, without departing from the scope or spirit of the invention.
-  In addition, as used herein, the term “or” is an inclusive “or” operator, and is equivalent to the term “and/or,” unless the context clearly dictates otherwise. The term “based on” is not exclusive and allows for being based on additional factors not described, unless the context clearly dictates otherwise. In addition, throughout the specification, the meaning of “a,” “an,” and “the” include plural references. The meaning of “in” includes “in” and “on.” For example embodiments, the following terms are also used herein according to the corresponding meaning, unless the context clearly dictates otherwise.
-  The term “machine data” as used herein may include data generated by machines, including, but not limited to, server logs or other types of event data, including event records. In at least one of various embodiments, machine data streams may be time stamped to create time stamped events. For example, information processing environments, such as, firewalls, routers, web servers, application servers and databases may generate streams of time series data in the form of events. In some cases, events may be generated hundreds or thousands of times per second. In some embodiments, the machine data may be unstructured data, structured data, and/or a combination thereof: Unstructured data may refer to data that does not include at least one predefined field.
-  The term “extraction rule” and/or “data field extraction rule” may refer to instructions that may be applied to identify and extract field values from data, such as event records. In some embodiments, extraction rule may define a field within event records from which to extract a value. In at least one of various embodiments, the extraction rules may include regular expressions. The data from which extraction rules may be applied may include structured and/or unstructured machine data, indexed, non-indexed, event records, or other type of data.
-  The term “regular expression” as used herein refers to a sequence of constants and operators arranged into expressions for matching a set of strings. A regular expression is often defined as a pattern matching language which can be employed to identify character strings, for example, to select specific strings from a set of character strings. More particularly, regular expressions are often defined as a context-independent syntax that can represent a wide variety of character sets and character set orderings. In operation, regular expressions can be employed to search data based upon a predefined pattern or set of patterns. As such, this pattern matching language employs a specific syntax by which particular characters or strings are selected from a body of text. Although simple examples of regular expressions can be easily understood, oftentimes, the syntax of regular expressions are so complex that even the most experienced programmers have difficulty in understanding them. Regular expressions may be constructed using a variety of computer languages and constructs. In addition to matching, some regular expression systems offer functionality, such as, substitution, grouping, back references, or the like. Regular expressions and regular expression systems may be adapted to work with non-string data providing matching facilities for binary data.
-  The term “event record” may refer to computing data that is collected about an event for a computing system, including, for example, an action, characteristic, condition (or state) of the computing system. For example, such events may be about a computing system's performance, actions taken by the computing system, or the like. Event records may be obtained from various computing log files generated by the computer's operating system, and/or other monitoring application. However, event records are not restricted by a file format or structure from which the event data is obtained. In various embodiments, event records may include structured and/or unstructured machine data.
-  The phrase “location within an event record” refers to one or more sequential characters (e.g., a string) within the event record. The location with the event record, in some embodiments, may be definable based on various delimiters used to separate portions of the event record. However, the location within the event record may also be definable based on a characteristic of the data within the event record that might be used in an extraction rule; based on a starting column or position within the event record; or any of a variety of other criteria.
-  The following briefly describes embodiments in order to provide a basic understanding of some aspects of the invention. This brief description is not intended as an extensive overview. It is not intended to identify key or critical elements, or to delineate or otherwise narrow the scope. Its purpose is merely to present some concepts in a simplified form as a prelude to the more detailed description that is presented later.
-  Briefly stated, various embodiments are directed towards providing a graphical user interface usable to identify one or more locations within event records with splittable timestamp information. A display of a plurality of event records is provided to a user through a display interface device using any of a variety of formats. A splittable timestamp selector is displayed that allows the user to select one or more locations within event records as having time information that may be split across the one or more locations. For example, the user might select one location within the event records as having date information, another location as having time of day information, and yet another location as having day of the week information, or so forth. The subject innovations are not limited however to these non-limiting, non-exhaustive examples for splitting timestamp information across locations within the event records, and other arrangements and/or allocations are also allowed. Therefore, in some embodiments, the user might uniquely identify a decomposition or splitting for the timestamps. Any of a plurality of mechanisms may then be used to associate the selected locations with the split timestamp information, including, but not limited to tags, labels, or additional field header information within the event records. In other embodiments, a separate table, list, index, or the like, may be generated that associates the locations within the event records with the split timestamp information. Moreover, the graphical user interface displays such relationship, illustrating which locations within the event records are associated with which portion of the split timestamp information.
-  While the plurality of event records may be configured to include structured data having definable locations, such as fields, columns, or the like, based on separators, field headers, or so forth, subject innovations discussed herein are not limited to structured data event records. Selection of locations may also be performed over unstructured data event records. For example, in some embodiments, an analysis might be performed that provides extraction rules, or the like, that may identify locations within the unstructured data event records having time information. The event records may be displayed through the graphical user interface to enable the user to select locations over which to split the timestamp information.
-  It should be noted that while the subject innovations discussed herein disclose splitting timestamp information across locations within event records, the subject innovations are not constrained to timestamp information. Thus, in some embodiments, other splitting information might also employ similar selectors. For example, information about geographic regions might be split across various locations within event records, such as country information for one location within the event records, state or district information for another location within the event records, and city or town information for still another location within the event records. Virtually any information that can be split for use in identifying different locations within event records may be used.
-  FIG. 1 shows components of an environment in which various embodiments may be practiced. Not all of the components may be required to practice the various embodiments, and variations in the arrangement and type of the components may be made without departing from the spirit or scope of the various embodiments.
-  In at least one embodiment,cloud network 102 enables one or more network services for a user based on the operation ofcorresponding arrangements rule server device 112, eventrecords server device 114, enclosure ofblade servers 110, enclosure ofserver computers 116, supercomputer network device 118, and the like. Although not shown, one or more client devices may be included incloud network 102 in one or more arrangements to provide one or more network services to a user. Also, these arrangements of networked computing devices may or may not be mutually exclusive of each other.
-  In at least one of the various embodiments, extractionrule server device 112 may include module, processes, components, services, or the like, for generating extraction rules for extracting fields from event records. Further, in at least one of the various embodiments, eventrecords server device 114 may include processes, modules, services, components, or the like, for collecting and managing data event records. In at least one of the various embodiments, eventrecords server device 114 may employ extraction rules provided byextraction rule server 112 for managing event records, or other forms of data.
-  Additionally, the user may employ a plurality of virtually any type of wired or wireless networked computing devices to communicate withcloud network 102 and access at least one of the network services enabled by one or more ofarrangements tablet client device 122,handheld client device 124,wearable client device 126,desktop client device 120, and the like. Although not shown, in various embodiments, the user may also employ notebook computers, server computers, microprocessor-based or programmable consumer electronics, network appliances, mobile telephones, smart telephones, pagers, radio frequency (RF) devices, infrared (IR) devices, Personal Digital Assistants (PDAs), televisions, integrated devices combining at least one of the preceding devices, and the like.
-  One embodiment of a client device is described in more detail below in conjunction withFIG. 3 . Generally, client devices may include virtually any substantially networked computing device capable of communicating over a wired, wireless, or some combination of wired and wireless network.
-  In various embodiments,network 102 may employ virtually any form of communication technology and topology. For example,network 102 can include local area networks Personal Area Networks (PANs), (LANs), Campus Area Networks (CANs), Metropolitan Area Networks (MANs) Wide Area Networks (WANs), direct communication connections, and the like, or any combination thereof. On an interconnected set of LANs, including those based on differing architectures and protocols, a router acts as a link between LANs, enabling messages to be sent from one to another. In addition, communication links within networks may include virtually any type of link, e.g., twisted wire pair lines, optical fibers, open air lasers or coaxial cable, plain old telephone service (POTS), wave guides, acoustic, full or fractional dedicated digital communication lines including T1, T2, T3, and T4, and/or other carrier and other wired media and wireless media. These carrier mechanisms may include E-carriers, Integrated Services Digital Networks (ISDNs), universal serial bus (USB) ports, Firewire ports, Thunderbolt ports, Digital Subscriber Lines (DSLs), wireless links including satellite links, or other communications links known to those skilled in the art. Moreover, these communication links may further employ any of a variety of digital signaling technologies, including without limit, for example, DS-0, DS-1, DS-2, DS-3, DS-4, OC-3, OC-12, OC-48, or the like. Furthermore, remotely located computing devices could be remotely connected to networks via a modem and a temporary communication link. In essence,network 102 may include virtually any communication technology by which information may travel between computing devices. Additionally, in the various embodiments, the communicated information may include virtually any kind of information including, but not limited to processor-readable instructions, data structures, program modules, applications, raw data, control data, archived data, video data, voice data, image data, text data, and the like.
-  Network 102 may be partially or entirely embodied by one or more wireless networks. A wireless network may include any of a variety of wireless sub-networks that may further overlay stand-alone ad-hoc networks, and the like. Such sub-networks may include mesh networks, Wireless LAN (WLAN) networks, Wireless Router (WR) mesh, cellular networks, pico networks, PANs, Open Air Laser networks, Microwave networks, and the like.Network 102 may further include an autonomous system of intermediate network devices such as terminals, gateways, routers, switches, firewalls, load balancers, and the like, which are coupled to wired and/or wireless communication links. These autonomous devices may be operable to move freely and randomly and organize themselves arbitrarily, such that the topology ofnetwork 102 may change rapidly.
-  Network 102 may further employ a plurality of wired and wireless access technologies, e.g., 2nd (2G), 3rd (3G), 4th (4G), 5th (5G) generation wireless access technologies, and the like, for mobile devices. These wired and wireless access technologies may also include Global System for Mobile communication (GSM), General Packet Radio Services (GPRS), Enhanced Data GSM Environment (EDGE), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution Advanced (LTE), Universal Mobile Telecommunications System (UMTS), Orthogonal frequency-division multiplexing (OFDM), Wideband Code Division Multiple Access (W-CDMA), Code Division Multiple Access 2000 (CDMA2000), Evolution-Data Optimized (EV-DO), High-Speed Downlink Packet Access (HSDPA), IEEE 802.16 Worldwide Interoperability for Microwave Access (WiMax), ultra wide band (UWB), user datagram protocol (UDP), transmission control protocol/Internet protocol (TCP/IP), any portion of the Open Systems Interconnection (OSI) model protocols, Short Message Service (SMS), Multimedia Messaging Service (MMS), Web Access Protocol (WAP), Session Initiation Protocol/Real-time Transport Protocol (SIP/RTP), or any of a variety of other wireless or wired communication protocols. In one non-limiting example,network 102 may enable a mobile device to wirelessly access a network service through a combination of several radio network access technologies such as GSM, EDGE, SMS, HSDPA, and the like.
-  FIG. 2A shows one embodiment of an enclosure ofblade servers 200, which are also illustrated inFIG. 1 . Enclosure ofblade servers 200 may include many more or fewer components than those shown inFIG. 2A . However, the components shown are sufficient to disclose an illustrative embodiment. Generally, a blade server is a stripped down server computing device with a modular design optimized to minimize the use of physical space and energy. A blade enclosure can include several blade servers and provide each with power, cooling, network interfaces, input/output interfaces, and resource management. Although not shown, an enclosure of server computers typically includes several computers that merely require a network connection and a power cord connection to operate. Each server computer often includes redundant components for power and interfaces.
-  As shown in the figure,enclosure 200 containspower supply 204, and input/output interface 206,rack logic 208,several blade servers backplane 202.Power supply 204 provides power to each component and blade server within the enclosure. The input/output interface 206 provides internal and external communication for components and blade servers within the enclosure.Backplane 208 can enable passive and active communication of power, logic, input signals, and output signals for each blade server.
-  FIG. 2B illustrates an illustrative embodiment ofblade server 250, which may include many more or fewer components than those shown. As shown inFIG. 2A , a plurality of blade servers may be included in one enclosure that shares resources provided by the enclosure to reduce size, power, and cost.
-  Blade server 250 may includeprocessor 252 which communicates withmemory 256 viabus 254.Blade server 250 may also include input/output interface 290, processor-readablestationary storage device 292, and processor-readableremovable storage device 294. Input/output interface 29) can enableblade server 250 to communicate with other blade servers, client devices, network devices, and the like.Interface 290 may provide wireless and/or wired communication links for blade server. Processor-readablestationary storage device 292 may include devices such as an electromagnetic storage device (hard disk), solid state hard disk (SSD), hybrid of both an SSD and a hard disk, and the like. Also, processor-readableremovable storage device 294 enablesprocessor 252 to read non-transitory storage media for storing and accessing processor-readable instructions, modules, data structures, and other forms of data. The non-transitory storage media may include Flash drives, tape media, floppy media, and the like.
-  Memory 256 may include Random Access Memory (RAM), Read-Only Memory (ROM), hybrid of RAM and ROM, and the like. As shown,memory 256 includesoperating system 258 and basic input/output system (BIOS) 260 for enabling the operation ofblade server 250. In various embodiments, a general-purpose operating system may be employed such as a version of UNIX, or LINUX™, or a specialized server operating system such as Microsoft's Windows Server™ and Apple Computer's iOS Server™.
-  Memory 256 may further include one ormore data storage 270, which can be utilized byblade server 250 to store, among other things,applications 280 and/or other data.Data stores 270 may include program code, data, algorithms, and the like, for use byprocessor 252 to execute and perform actions. In one embodiment, at least some ofdata store 270 might also be stored on another component ofblade server 250, including, but not limited to, processor-readableremovable storage device 294, processor-readablestationary storage device 292, or any other processor-readable storage device (not shown).Data storage 270 may include, for example, event records 272,timestamp associations 275, and extraction rules 274.Timestamp associations 275 may include tags, labels, indices, tables, or other mechanisms usable to associate timestamp information with locations within event records.
-  Applications 280 may include processor executable instructions which, when executed byblade server 250, transmit, receive, and/or otherwise process messages, audio, video, and enable communication with other networked computing devices. Examples of application programs include database servers, file servers, calendars, transcoders, and so forth.Applications 280 may include, for example,extraction rule application 282, andtimestamp labeler 283. In some embodiments,timestamp labeler 283 may be configured to provide a graphical user interface usable to identify locations within an event record with splittable timestamp information.Timestamp labeler 283 is illustrated as a separate application, however, it should be understood thattimestamp labeler 283 may operate within another application or be called through another application. Moreover,timestamp labeler 283 may employ a process such as described below in more detail in conjunction withFIG. 5 to perform at least some of its actions.Timestamp labeler 283 may further employ graphical user interfaces, such as those discussed below in conjunction withFIGS. 6A-6C .
-  Human interface components (not pictured), may be remotely associated withblade server 250, which can enable remote input to and/or output fromblade server 250. For example, information to a display or from a keyboard can be routed through the input/output interface 290 to appropriate peripheral human interface components that are remotely located. Examples of peripheral human interface components include, but are not limited to, an audio interface, a display, keypad, pointing device, touch interface, and the like.
-  FIG. 3 shows one embodiment ofclient device 300 that may include many more or less components than those shown.Client device 300 may represent, for example, at least one embodiment of client devices shown inFIG. 1 .
-  Client device 300 may includeprocessor 302 in communication withmemory 304 viabus 328.Client device 300 may also includepower supply 330,network interface 332,audio interface 356,display 350,keypad 352,illuminator 354,video interface 342, input/output interface 338,haptic interface 364, global positioning systems (GPS)receiver 358, openair gesture interface 360,temperature interface 362, camera(s) 340,projector 346, pointingdevice interface 366, processor-readablestationary storage device 334, and processor-readableremovable storage device 336.Client device 300 may optionally communicate with a base station (not shown), or directly with another computing device. And in one embodiment, although not shown, a gyroscope may be employed withinclient device 300 to measuring and/or maintaining an orientation ofclient device 300.
-  Power supply 330 may provide power toclient device 300. A rechargeable or non-rechargeable battery may be used to provide power. The power may also be provided by an external power source, such as an AC adapter or a powered docking cradle that supplements and/or recharges the battery.
-  Network interface 332 includes circuitry forcoupling client device 300 to one or more networks, and is constructed for use with one or more communication protocols and technologies including, but not limited to, protocols and technologies that implement any portion of the OSI model for mobile communication (GSM), CDMA, time division multiple access (TDMA), UDP, TCP/IP, SMS, MMS, GPRS, WAP, UWB, WiMax, SIP/RTP, GPRS, EDGE, WCDMA, LTE, UMTS, OFDM, CDMA2000, EV-DO, HSDPA, or any of a variety of other wireless communication protocols.Network interface 332 is sometimes known as a transceiver, transceiving device, or network interface card (NIC).
-  Audio interface 356 may be arranged to produce and receive audio signals such as the sound of a human voice. For example,audio interface 356 may be coupled to a speaker and microphone (not shown) to enable telecommunication with others and/or generate an audio acknowledgement for some action. A microphone inaudio interface 356 can also be used for input to or control ofclient device 300, e.g., using voice recognition, detecting touch based on sound, and the like.
-  Display 350 may be a liquid crystal display (LCD), gas plasma, electronic ink, light emitting diode (LED), Organic LED (OLED) or any other type of light reflective or light transmissive display that can be used with a computing device.Display 350 may also include atouch interface 344 arranged to receive input from an object such as a stylus or a digit from a human hand, and may use resistive, capacitive, surface acoustic wave (SAW), infrared, radar, or other technologies to sense touch and/or gestures.
-  Projector 346 may be a remote handheld projector or an integrated projector that is capable of projecting an image on a remote wall or any other reflective object such as a remote screen.
-  Video interface 342 may be arranged to capture video images, such as a still photo, a video segment, an infrared video, or the like. For example,video interface 342 may be coupled to a digital video camera, a web-camera, or the like.Video interface 342 may comprise a lens, an image sensor, and other electronics. Image sensors may include a complementary metal-oxide-semiconductor (CMOS) integrated circuit, charge-coupled device (CCD), or any other integrated circuit for sensing light.
-  Keypad 352 may comprise any input device arranged to receive input from a user. For example,keypad 352 may include a push button numeric dial, or a keyboard.Keypad 352 may also include command buttons that are associated with selecting and sending images.
-  Illuminator 354 may provide a status indication and/or provide light.Illuminator 354 may remain active for specific periods of time or in response to events. For example, whenilluminator 354 is active, it may backlight the buttons onkeypad 352 and stay on while the client device is powered. Also,illuminator 354 may backlight these buttons in various patterns when particular actions are performed, such as dialing another client device.Illuminator 354 may also cause light sources positioned within a transparent or translucent case of the client device to illuminate in response to actions.
-  Client device 300 may also comprise input/output interface 338 for communicating with external peripheral devices or other computing devices such as other client devices and network devices. The peripheral devices may include an audio headset, display screen glasses, remote speaker system, remote speaker and microphone system, and the like. Input/output interface 338 can utilize one or more technologies, such as Universal Serial Bus (USB), Infrared, WiFi, WiMax, Bluetooth™, and the like.
-  Haptic interface 364 may be arranged to provide tactile feedback to a user of the client device. For example, thehaptic interface 364 may be employed to vibrateclient device 300 in a particular way when another user of a computing device is calling.Temperature interface 362 may be used to provide a temperature measurement input and/or a temperature changing output to a user ofclient device 300. Openair gesture interface 360 may sense physical gestures of a user ofclient device 300, for example, by using single or stereo video cameras, radar, a gyroscopic sensor inside a device held or worn by the user, or the like.Camera 340 may be used to track physical eye movements of a user ofclient device 300.
-  GPS transceiver 358 can determine the physical coordinates ofclient device 300 on the surface of the Earth, which typically outputs a location as latitude and longitude values.GPS transceiver 358 can also employ other geo-positioning mechanisms, including, but not limited to, triangulation, assisted GPS (AGPS), Enhanced Observed Time Difference (E-OTD), Cell Identifier (CI), Service Area Identifier (SAI), Enhanced Timing Advance (ETA), Base Station Subsystem (BSS), or the like, to further determine the physical location ofclient device 300 on the surface of the Earth. It is understood that under different conditions,GPS transceiver 358 can determine a physical location forclient device 300. In at least one embodiment, however,client device 300 may, through other components, provide other information that may be employed to determine a physical location of the device, including for example, a Media Access Control (MAC) address, IP address, and the like.
-  Human interface components can be peripheral devices that are physically separate fromclient device 300, allowing for remote input and/or output toclient device 300. For example, information routed as described here through human interface components such asdisplay 350 orkeyboard 352 can instead be routed throughnetwork interface 332 to appropriate human interface components located remotely. Examples of human interface peripheral components that may be remote include, but are not limited to, audio devices, pointing devices, keypads, displays, cameras, projectors, and the like. These peripheral components may communicate over a Pico Network such as Bluetooth™, Zigbee™ and the like. One non-limiting example of a client device with such peripheral human interface components is a wearable computing device, which might include a remote pico projector along with one or more cameras that remotely communicate with a separately located client device to sense a user's gestures toward portions of an image projected by the pico projector onto a reflected surface such as a wall or the user's hand.
-  A client device may include a browser application that is configured to receive and to send web pages, web-based messages, graphics, text, multimedia, and the like. The client device's browser application may employ virtually any programming language, including a wireless application protocol messages (WAP), and the like. In at least one embodiment, the browser application is enabled to employ Handheld Device Markup Language (HDML), Wireless Markup Language (WML), WMLScript, JavaScript, Standard Generalized Markup Language (SGML), HyperText Markup Language (HTML), eXtensible Markup Language (XML), HTML5, and the like.
-  Memory 304 may include RAM, ROM, and/or other types of memory.Memory 304 illustrates an example of computer-readable storage media (devices) for storage of information such as computer-readable instructions, data structures, program modules or other data.Memory 304 may storeBIOS 308 for controlling low-level operation ofclient device 300. The memory may also storeoperating system 306 for controlling the operation ofclient device 300. It will be appreciated that this component may include a general-purpose operating system such as a version of UNIX, or LINUX™, or a specialized mobile computer communication operating system such as Windows Phone™, or the Symbian® operating system. The operating system may include, or interface with a Java virtual machine module that enables control of hardware components and/or operating system operations via Java application programs.
-  Memory 304 may further include one ormore data storage 310, which can be utilized byclient device 300 to store, among other things,applications 320 and/or other data. For example,data storage 310 may also be employed to store information that describes various capabilities ofclient device 300. The information may then be provided to another device based on any of a variety of events, including being sent as part of a header during a communication, sent upon request, or the like.Data storage 310 may also be employed to store social networking information including address books, buddy lists, aliases, user profile information, or the like.Data storage 310 may further include program code, data, algorithms, and the like, for use by a processor, such asprocessor 302 to execute and perform actions. In one embodiment, at least some ofdata storage 310 might also be stored on another component ofclient device 300, including, but not limited to, non-transitory processor-readableremovable storage device 336, processor-readablestationary storage device 334, or even external to the client device.
-  Applications 320 may include computer executable instructions which, when executed byclient device 300, transmit, receive, and/or otherwise process instructions and data.Applications 320 may include, for example,extraction rule application 322. Other examples of application programs include calendars, search programs, email client applications, IM applications, SMS applications, Voice Over Internet Protocol (VOIP) applications, contact managers, task managers, transcoders, database programs, word processing programs, security applications, spreadsheet programs, games, search programs, and so forth.
-  Extraction rule application 322 may be configured to enable creation of extraction rules and to display results of the extraction rules to a user. In at least one embodiment,extraction rule application 322 may interact with and/or employed through a web browser. In some embodiments, embodiments,extraction rule application 322 may enable a user to input and/or edit one or more extraction rules. In other embodiments,extraction rule application 322 may display a plurality of event records to a user, values extracted from the event records using the extraction rule, statistics about the extracted values, or the like.
-  Also shown istimestamp labeler 323, which is configured to enableclient device 300 to display and use a graphical user interface to identify one or more locations within an event record that may have time information, and to further allow the locations to be associated with splittable timestamp information. Such splittable timestamp information may then be usable to perform any of a variety of time related actions upon the event records, including, but not limited to performing sorts on the event records, or locations within the event records; performing extractions of information within the event records or locations within the event records; or performing any of a variety of analysis on the event records.
-  Whiletimestamp labeler 323 is illustrated as withinextraction rule application 322, this need not be the case in other embodiments, and thus should not be construed as limiting the subject innovations. For example,timestamp labeler 323 might operate as a separate application, called from another application, or even operate on another network device over a network. In some embodiments timestamplabeler 323 is configured to provide graphical user interfaces such as those discussed in more detail below in conjunction withFIGS. 6A-6C , and further employ a process such as discussed below in conjunction withFIG. 5 .
-  FIG. 4 shows one embodiment ofnetwork device 400 that may be included in a system implementing the invention.Network device 400 may include many more or less components than those shown inFIG. 4 . However, the components shown are sufficient to disclose an illustrative embodiment for practicing the present invention.Network device 400 may represent, for example, one embodiment of at least one ofnetwork device FIG. 1 .
-  As shown in the figure,network device 400 may include aprocessor 402 in communication with amemory 404 via abus 428.Network device 400 may also include apower supply 430,network interface 432,audio interface 456,display 450,keyboard 452, input/output interface 438, processor-readablestationary storage device 434, processor-readableremovable storage device 436, andpointing device interface 458.Power supply 430 provides power tonetwork device 400.
-  Network interface 432 may include circuitry forcoupling network device 400 to one or more networks, and is constructed for use with one or more communication protocols and technologies including, but not limited to, protocols and technologies that implement any portion of the Open Systems Interconnection model (OSI model), GSM, CDMA, time division multiple access (TDMA), UDP, TCP/IP, SMS, MMS, GPRS, WAP, UWB, WiMax, SIP/RTP, or any of a variety of other wired and wireless communication protocols.Network interface 432 is sometimes known as a transceiver, transceiving device, or network interface card (NIC).Network device 400 may optionally communicate with a base station (not shown), or directly with another computing device.
-  Audio interface 456 is arranged to produce and receive audio signals such as the sound of a human voice. For example,audio interface 456 may be coupled to a speaker and microphone (not shown) to enable telecommunication with others and/or generate an audio acknowledgement for some action. A microphone inaudio interface 456 can also be used for input to or control ofnetwork device 400, for example, using voice recognition.
-  Display 450 may be a liquid crystal display (LCD), gas plasma, electronic ink, light emitting diode (LED), Organic LED (OLED) or any other type of light reflective or light transmissive display that can be used with a computing device.Display 450 may be a handheld projector or pico projector capable of projecting an image on a wall or other object.
-  Network device 400 also may also comprise input/output interface 438 for communicating with external devices not shown inFIG. 4 . Input/output interface 438 can utilize one or more wired or wireless communication technologies, such as USB™, Firewire™, WiFi, WiMax, Thunderbolt™, Infrared, Bluetooth™, Zigbee™, serial port, parallel port, and the like.
-  Human interface components can be physically separate fromnetwork device 400, allowing for remote input and/or output to networkdevice 400. For example, information routed as described here through human interface components such asdisplay 450 orkeyboard 452 can instead be routed through thenetwork interface 432 to appropriate human interface components located elsewhere on the network. Human interface components can include any component that allows the computer to take input from, or send output to, a human user of a computer.
-  Memory 404 may include RAM, ROM, and/or other types of memory.Memory 404 illustrates an example of computer-readable storage media (devices) for storage of information such as computer-readable instructions, data structures, program modules or other data.Memory 404 may storeBIOS 408 for controlling low-level operation ofnetwork device 400. The memory may also storeoperating system 406 for controlling the operation ofnetwork device 400. It will be appreciated that this component may include a general-purpose operating system such as a version of UNIX, or LINUX™, or a specialized operating system such as Microsoft Corporation's Windows® operating system, or the Apple Corporation's iOS® operating system. The operating system may include, or interface with a Java virtual machine module that enables control of hardware components and/or operating system operations via Java application programs.
-  Memory 404 may further include one ormore data storage 410, which can be utilized bynetwork device 400 to store, among other things,applications 420 and/or other data. For example,data storage 410 may also be employed to store information that describes various capabilities ofnetwork device 400. The information may then be provided to another device based on any of a variety of events, including being sent as part of a header during a communication, sent upon request, or the like.Data storage 410 may also be employed to store social networking information including address books, buddy lists, aliases, user profile information, or the like.Data stores 410 may further include program code, data, algorithms, and the like, for use by a processor, such asprocessor 402 to execute and perform actions. In one embodiment, at least some ofdata store 410 might also be stored on another component ofnetwork device 400, including, but not limited to, non-transitory media inside processor-readableremovable storage device 436, processor-readablestationary storage device 434, or any other computer-readable storage device withinnetwork device 400, or even external tonetwork device 400.
-  Data storage 410 may include, for example,event records 412 and extraction rules 416. In some embodiments,event records 412 may store data, including a plurality of event records. In at least one of various embodiments,event records 412 may be stored by eventrecords server device 114 ofFIG. 1 . Extraction rules 416 may include one or more extractions rules. These extraction rules may be automatically created based on a user selection of text, input by a user, and/or otherwise provided to the system. In at least one embodiment,extraction rules 416 may be stored and/or otherwise processed by extractionrule server device 112 ofFIG. 1 . Further,data storage 410 may also includetimestamp associations 413, where such associations might include tags, labels, indices, tables, lists, or the like. However, in other embodiments, modifications might be made to event records stored withinevent records 412 to indicate timestamp associations, including, modifying event records to include tags, labels, headers, additional fields, field information, or the like.
-  Applications 420 may include computer executable instructions which, when executed bynetwork device 400, transmit, receive, and/or otherwise process messages (e.g., SMS, MMS, Instant Message (IM), email, and/or other messages), audio, video, and enable telecommunication with another user of another client device. Other examples of application programs include calendars, search programs, email client applications, IM applications, SMS applications, Voice Over Internet Protocol (VOIP) applications, contact managers, task managers, transcoders, database programs, word processing programs, security applications, spreadsheet programs, games, search programs, and so forth.Applications 420 may include, for example,extraction rule application 422 andtimestamp labeler 423.
-  Extraction rule application 422 may be configured to enable creation of extraction rules and to display results of the extraction rules to a user. In at least one embodiment,extraction rule application 422 may interact with a client device for enabling a user to input and/or edit one or more extraction rules. In other embodiments,extraction rule application 422 may enable a client device to display a plurality of event records to a user, values extracted from the event records using the extraction rule, statistics about the extracted values, or the like. In at least one embodiment,extraction rule application 422 may interact withevent records 412 and/orextraction rules 416 to access and/or store event records and/or extraction rules, respectively. In some embodiments,extraction rule application 422 may be employed by extractionrule server device 112 ofFIG. 1 .
-  Timestamp labeler 423 is configured to provide a graphical user interface usable to identify one or more locations within event records with splittable timestamp information. A display of a plurality of event records is provided to a user through the graphical user interface using any of a variety of formats, including those described below in conjunction withFIGS. 6A-C . A splittable timestamp selector is displayed within the graphical user interface that allows the user to select one or more locations within event records as having time related information that may be split across the one or more locations. The splittable timestamp information may then be associated with respective locations within the event records using any of a variety of mechanisms. The associations may be stored such that it may later be used by extraction rules, sort applications, and/or any of a variety of applications in which time information may be used. For example,timestamp labeler 422 might store the associations inevent records 412, and/or intimestamp associations 413. Timestamp labeler 424 may employ a process such as described below in conjunction withFIG. 5 .
-  The operation of certain aspects of the invention will now be described with respect toFIG. 5 .FIG. 5 illustrates a logical flow diagram generally showing one embodiment of an overview process for identifying one or more locations within an event record with splittable timestamp information.Process 500 ofFIG. 5 may be implemented within one or more client devices ofFIG. 1 ,blade server 250 ofFIG. 2B , and/ornetwork device 400 ofFIG. 5 .
-  Process 500 begins, after a start block, atblock 502, where a plurality of event records are received, and one or more of the event records are displayed using a graphical user interface (GUI). The GUI may be implemented using any of a variety of mechanisms, and is not constrained to any particular mechanism for displaying the one or more event records. In some embodiments, the GUI may be displayed to a user of a client device, such as described above in conjunction withFIGS. 1 and 3 . However, the GUI may also be configured to be displayed using any of a variety of other devices as well. Moreover, the display of the one or more event records may use any of a variety of formats and/or arrangements. For example, event records may be displayed in a table format having rows and columns. In such a display, each event record displayed might be a displayed row, while fields or locations within the event record are columns. In other embodiments, each event record displayed might be a column, while fields or locations within the event records are rows. As discussed further below, other arrangements may also be used.
-  Process 500 then flows to block 504, where the GUI also displays a splittable timestamp selector. The splittable timestamp selector might be represented as a pull down menu structure, a push button, a drag/drop selector, or any of a variety of other selector mechanisms, including a combination of one or more selector mechanisms. The splittable timestamp selector is configured to allow the user to identify locations within a displayed event record having portions of time information for which the user may select. For example, one location of the event record might include month/day/year information, while another location within the event record might include day of the week information, time of day information, or so forth. Clearly, an event record might include locations that include combinations of such time information, and/or other types of time information. Therefore, subject innovations are not limited to a particular structure, type, or combination of time information. Virtually any time information may be included for which a user might select.
-  In one non-limiting example, a user might identify locations within an event record having time information that is distributed across different fields or locations within an event record. For example, one field or location within an event record might include time of day information in the form of time that is local to a source of the event record, and another location that includes universal time of day information. Another location of the event record might include, however, month/day/year information. Thus, time information might be distributed across different locations within an event record. Some of these locations within the event record however might not include a label, tag, header, or other type of indication that the content includes time information. The user might therefore wish to identify such locations as having a particular type of time information. Using the splittable timestamp selector within the GUI, the user may drag, slide, or otherwise identify and select locations within the event record as having time information, and what type of time information. The splittable timestamp selector allows the user to split timestamp information across different locations within the event record. The GUIs discussed below in conjunction withFIGS. 6A-C illustrate non-limiting examples of performing such selections.
-  Process 500 then moves to block 506 where as the user selects locations with split timestamp information, the splittable timestamp information is associated with the selected locations. This association may be accomplished using a variety of mechanisms. For example, a new field, header, tag, label, or the like might be automatically inserted in the event records, event record headers, or the like, that include the split timestamp information. However, in other embodiments, information about the selected locations might be inserted into a table, list, index structure, or the like, along with the associated split timestamp information. For example, the location within the event records might be identified as characters 26-31 and as having time information to be associated with the split timestamp of Month (2 characters), Day (2 characters), and Year (2 characters). Such information may be included in a table, list, index structure, or the like, that might be maintained separately, within another event record, or using any of a variety of other mechanisms.
-  Process 500 flows next to decision block 508 where a determination is made whether more splittable timestamp information is to be selected and associated with locations within the event records. If so, processing flows back to block 504 to continue until no more selections are performed. Processing then continues tooptional block 510.
-  Atblock 510, a user may create an extraction rule that includes splittable timestamps within the rule. For example, the user might select event records where the MM/DD/YY time information, identified using the splittable timestamp, is greater than some value. As noted, any of a variety of other extraction criteria may be employed. As such, the subject innovations are not limited by this example. Proceeding to block 512, the extraction rule having splittable timestamp information is then used to extract event records that satisfy the extraction rule. Continuing to block 514, any of a variety of analyses might then be performed on the extracted event records.
-  Process 500 then flows to decision block 516, where a determination is made whether to continue identifying and selecting locations within event records with splittable timestamp information. If so, processing branches back to block 504; otherwise, processing may return to a calling process.
-  It will be understood that each block of the flowchart illustration, and combinations of blocks in the flowchart illustration, can be implemented by computer program instructions. These program instructions may be provided to a processor to produce a machine, such that the instructions, which execute on the processor, create means for implementing the actions specified in the flowchart block or blocks. The computer program instructions may be executed by a processor to cause a series of operational steps to be performed by the processor to produce a computer-implemented process such that the instructions, which execute on the processor to provide steps for implementing the actions specified in the flowchart block or blocks. The computer program instructions may also cause at least some of the operational steps shown in the blocks of the flowchart to be performed in parallel. Moreover, some of the steps may also be performed across more than one processor, such as might arise in a multi-processor computer system. In addition, one or more blocks or combinations of blocks in the flowchart illustration may also be performed concurrently with other blocks or combinations of blocks, or even in a different sequence than illustrated.
-  Accordingly, blocks of the flowchart illustration support combinations of means for performing the specified actions, combinations of steps for performing the specified actions and program instruction means for performing the specified actions. It will also be understood that each block of the flowchart illustration, and combinations of blocks in the flowchart illustration, can be implemented by special purpose hardware-based systems, which perform the specified actions or steps, or combinations of special purpose hardware and computer instructions.
-  FIGS. 6A-C illustrate various non-limiting, non-exhaustive graphical user interfaces usable for identifying/selecting one or more locations within event records with splittable timestamp information.
-  GUIs 600A-C ofFIGS. 6A-C are directed towards providing examples of GUIs that may be used to display one or more event records and to select locations within the event records as having time information. The GUIs further display a splittable timestamp selector that may be used to select locations within the event records as having time information. The splittable timestamp selector may be used to identify the type of time information within the selected location. This splittable timestamp information may then be associated with the selected locations as discussed above.
-  GUI 600A ofFIG. 6A illustrates event records 612-614, withinsection 608A. Other sections withinGUI 600A may also be displayed, including,data source 602, which indicates a source of the event records;extraction rule preview 604, which may be used to create an extraction rule, andinput 606 usable to enable the user to define a specific filter to apply to the event records (e.g., the user may filter the event records to display those event records that were recorded on a particular day). In other embodiments,input 606 may also enable a user to select how the event records are displayed.
-  As is further shown inFIG. 6A , event records 612-614 are displayed in a ‘by row’ format, where each row represents one event record. Also, shown as columns are locations 630-637 for each of event records 612-614. Where tags, labels, or field headers are available, they are further illustrated inrow 610.
-  Splittable timestamp selector 620 is shown inFIG. 6A , having selection arrows that may be employed to select split time information.Splittable timestamp selector 620 may be clicked on, dragged, or otherwise moved, relocated over one or more columns/locations of the displayed event records 612-614 to select a location having time information. The selection arrows may be used to select a split time for the selected location. In one non-limiting, non-exhaustive example, a user might dragsplittable timestamp selector 620 overlocation 631 and employ the selection arrows to identify thatlocation 631 has month/day/year (MM/DD/YY) time information. A result of such actions is shown assplittable timestamp selection 621. Similar actions may be repeated, resulting insplittable timestamp selection 622 showinglocation 633 having time of day, in Zulu time; andsplittable timestamp selection 623 showinglocation 636 having weekday time information. Thus, usingGUI 600A, the user may employsplittable timestamp selector 620 multiple times, to select multiple locations within the displayed event records as having split time information. However, in other embodiments,splittable timestamp selection 621 might be dragged to another location to enable splitting of, for example, the MM/DD/YY time information. Thus, in some embodiments, a user might split the MM/DD/YY time information across two or more locations, such as MM for one location, DD for another location, and YY for still another location. Similarly,splittable timestamp selection 622 might also be further split. Thus, in some embodiments, thesplittable timestamp selection 622 might be dragged over multiple locations, with selections made usingsplittable timestamp selection 622 as sort of an extension ofsplittable timestamp selector 620. Thus, in this manner, designating splits of time across locations within event records may be performed in a variety of ways.
-  It should be clear that any of a variety of other locations, and/or split time information may be selected. For example, in one embodiment,splittable timestamp selector 620 might allow a user to select to enter a definition of split time for locations. That is, in some embodiments, the user might define a unique splitting of time, or even a previously undefined timestamp designation. Moreover, in some embodiments, when a location within the displayed event records is selected, an association is made between the split time information and the selected location to indicate that the selection location has time information as indicated by the selected identifier (e.g., MM/DD/YY, time of day: Zulu, or weekday). Moreover, it should be understood that such association between the split time information and the location might be applied over a plurality of event records, including those event records that are displayed, or alternatively, over a subset of event records, such as event records extracted from the plurality of event records based on an extraction rule, or the like. In any event, the splittable timestamp/location associations may then be used to perform any of a variety of operations upon the event records.
-  As noted above, subject innovations are not limited by how an event record, event record locations, and splittable timestamp information is displayed, Thus, whileFIG. 6A illustrates event records 612-614 in rows, and columns as locations/fields within the event records, other arrangements may be used. For example, in some embodiments, event records might be displayed in columns, while locations/fields with the event records might be displayed in rows. Splittable timestamp information may then be displayed in a column, and aligned with respectively selected locations/rows within the event records.
-  For example, some data might have event records with too many extracted fields to readily display as columns. Therefore, in some embodiments, the fields of each event record might be displayed with one field per row for each event record, and then displaying event records one under another. A similar concept might include moving the splittable timestamp information between fields to indicate the one from which a timestamp might be extracted, or otherwise selected; however, in this instance the timestamp (or portions thereof) might move up or down between the fields rather than across columns.
-  FIG. 6B shows still another non-limiting, non-exhaustive arrangement of event records, locations/fields within event records, and how splittable timestamp information might be displayed. In this example,GUI 600B shows portions of event records 612-613. The event records are shown in a single column, one event record below another event record. Shown forevent record 612 arelocations least location 631B ofevent record 613 is displayed. A scrolling tool is shown next to each event record, allowing scrolling within each event record, to display respective locations/fields within an event record. Moreover a global scrolling tool is shown that allows for scrolling over the event records.Splittable timestamp selector 620 may again be used to select locations within the displayed event records as having time information, as discussed above. Thus, as shown,FIG. 6B shows results of a selection of field/location 631A as having split time information of MMDDYY, as shown bysplittable timestamp selection 621A. In some embodiments, such selection in one event record may be automatically reflected within other event records. Thus, in some embodiments,splittable timestamp selection 621B might automatically be displayed to reflect selections of a similar field/location within another event record based one selection. Also shown issplittable timestamp selection 622A forlocation 633A ofevent record 612. While not displayed, a similar automatic selection might occur forevent record 613, and/or other event records.
-  FIG. 6C illustrates still another non-limiting, non-exhaustive arrangement of event records, locations/fields within event records, and how splittable timestamp information might be displayed. In this example,GUI 600C, event records are again displayed in row format, as in 612A, 613A, and so forth. However, a separate row is also shown for fields/locations selected as having time information. Thus, as shownrow 641 illustrates that field 1 (location 631) of the event records 612-613 (as displayed byevent records splittable timestamp selection 621. Similarly,row 641 also shows that field 3 (location 633) of the event records 612-613 (and displayed asevent records 612B and 613B) has time information as shown bysplittable timestamp selection 622. In this example, then,GUI 600C might display multiple instances of an event record, as rows, with other rows indicating which field/location within the event records are selected using thesplittable timestamp selector 620.
-  Other arrangements or structures, formats, or the like, may be used to display within a GUI event records and locations within the event records such that a user might select locations having time information using a splittable timestamp selector. Thus, embodiments should not be construed as being limited by any particular arrangement of event records, type of splittable timestamp selectors, or mechanisms used to select locations within event records.
-  The above specification, examples, and data provide a complete description of the composition, manufacture, and use of the invention. Since many embodiments of the invention can be made without departing from the spirit and scope of the invention, the invention resides in the claims hereinafter appended.
Claims (34)
Priority Applications (12)
| Application Number | Priority Date | Filing Date | Title | 
|---|---|---|---|
| US13/747,177 US20140208217A1 (en) | 2013-01-22 | 2013-01-22 | Interface for managing splittable timestamps across event records | 
| US14/611,089 US9594814B2 (en) | 2012-09-07 | 2015-01-30 | Advanced field extractor with modification of an extracted field | 
| US14/610,668 US9753909B2 (en) | 2012-09-07 | 2015-01-30 | Advanced field extractor with multiple positive examples | 
| US15/417,430 US10783318B2 (en) | 2012-09-07 | 2017-01-27 | Facilitating modification of an extracted field | 
| US15/582,599 US10318537B2 (en) | 2013-01-22 | 2017-04-28 | Advanced field extractor | 
| US15/694,654 US10394946B2 (en) | 2012-09-07 | 2017-09-01 | Refining extraction rules based on selected text within events | 
| US16/394,754 US11106691B2 (en) | 2013-01-22 | 2019-04-25 | Automated extraction rule generation using a timestamp selector | 
| US16/589,445 US11042697B2 (en) | 2012-09-07 | 2019-10-01 | Determining an extraction rule from positive and negative examples | 
| US17/169,254 US11423216B2 (en) | 2012-09-07 | 2021-02-05 | Providing extraction results for a particular field | 
| US17/443,892 US11709850B1 (en) | 2013-01-22 | 2021-07-28 | Using a timestamp selector to select a time information and a type of time information | 
| US17/874,046 US11651149B1 (en) | 2012-09-07 | 2022-07-26 | Event selection via graphical user interface control | 
| US18/306,863 US11972203B1 (en) | 2012-09-07 | 2023-04-25 | Using anchors to generate extraction rules | 
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title | 
|---|---|---|---|
| US13/747,177 US20140208217A1 (en) | 2013-01-22 | 2013-01-22 | Interface for managing splittable timestamps across event records | 
Related Parent Applications (2)
| Application Number | Title | Priority Date | Filing Date | 
|---|---|---|---|
| US13/747,153 Continuation US8751499B1 (en) | 2012-09-07 | 2013-01-22 | Variable representative sampling under resource constraints | 
| US14/067,203 Continuation-In-Part US8983994B2 (en) | 2012-09-07 | 2013-10-30 | Generation of a data model for searching machine data | 
Related Child Applications (5)
| Application Number | Title | Priority Date | Filing Date | 
|---|---|---|---|
| US13/748,391 Continuation-In-Part US8751963B1 (en) | 2012-09-07 | 2013-01-23 | Real time indication of previously extracted data fields for regular expressions | 
| US13/748,313 Continuation-In-Part US8682906B1 (en) | 2012-09-07 | 2013-01-23 | Real time display of data field values based on manual editing of regular expressions | 
| US14/610,668 Continuation-In-Part US9753909B2 (en) | 2012-09-07 | 2015-01-30 | Advanced field extractor with multiple positive examples | 
| US14/611,089 Continuation-In-Part US9594814B2 (en) | 2012-09-07 | 2015-01-30 | Advanced field extractor with modification of an extracted field | 
| US15/582,599 Continuation US10318537B2 (en) | 2013-01-22 | 2017-04-28 | Advanced field extractor | 
Publications (1)
| Publication Number | Publication Date | 
|---|---|
| US20140208217A1 true US20140208217A1 (en) | 2014-07-24 | 
Family
ID=51208761
Family Applications (4)
| Application Number | Title | Priority Date | Filing Date | 
|---|---|---|---|
| US13/747,177 Abandoned US20140208217A1 (en) | 2012-09-07 | 2013-01-22 | Interface for managing splittable timestamps across event records | 
| US15/582,599 Active US10318537B2 (en) | 2013-01-22 | 2017-04-28 | Advanced field extractor | 
| US16/394,754 Active 2033-05-16 US11106691B2 (en) | 2013-01-22 | 2019-04-25 | Automated extraction rule generation using a timestamp selector | 
| US17/443,892 Active US11709850B1 (en) | 2013-01-22 | 2021-07-28 | Using a timestamp selector to select a time information and a type of time information | 
Family Applications After (3)
| Application Number | Title | Priority Date | Filing Date | 
|---|---|---|---|
| US15/582,599 Active US10318537B2 (en) | 2013-01-22 | 2017-04-28 | Advanced field extractor | 
| US16/394,754 Active 2033-05-16 US11106691B2 (en) | 2013-01-22 | 2019-04-25 | Automated extraction rule generation using a timestamp selector | 
| US17/443,892 Active US11709850B1 (en) | 2013-01-22 | 2021-07-28 | Using a timestamp selector to select a time information and a type of time information | 
Country Status (1)
| Country | Link | 
|---|---|
| US (4) | US20140208217A1 (en) | 
Cited By (11)
| Publication number | Priority date | Publication date | Assignee | Title | 
|---|---|---|---|---|
| US20140351746A1 (en) * | 2013-05-23 | 2014-11-27 | Oracle International Corporation | Multidimensional split view for a pivot table or other grid-based component | 
| US20160267923A1 (en) * | 2015-03-09 | 2016-09-15 | Tomoyuki Goto | Communication apparatus, communication system, method of storing log data, and storage medium | 
| US20160283536A1 (en) * | 2015-03-24 | 2016-09-29 | Robert Lawson Vaughn | Unstructured ui | 
| US20170255695A1 (en) | 2013-01-23 | 2017-09-07 | Splunk, Inc. | Determining Rules Based on Text | 
| US20190324543A1 (en) * | 2018-04-21 | 2019-10-24 | Dale Kazdan | Wearable tracking computer | 
| US10769178B2 (en) | 2013-01-23 | 2020-09-08 | Splunk Inc. | Displaying a proportion of events that have a particular value for a field in a set of events | 
| US10783318B2 (en) | 2012-09-07 | 2020-09-22 | Splunk, Inc. | Facilitating modification of an extracted field | 
| US10783324B2 (en) | 2012-09-07 | 2020-09-22 | Splunk Inc. | Wizard for configuring a field extraction rule | 
| US10802797B2 (en) | 2013-01-23 | 2020-10-13 | Splunk Inc. | Providing an extraction rule associated with a selected portion of an event | 
| US11106691B2 (en) | 2013-01-22 | 2021-08-31 | Splunk Inc. | Automated extraction rule generation using a timestamp selector | 
| CN115062022A (en) * | 2022-06-16 | 2022-09-16 | 北京汉端科技有限公司 | Aircraft manual splitting method, device, electronic equipment and computer readable medium | 
Citations (22)
| Publication number | Priority date | Publication date | Assignee | Title | 
|---|---|---|---|---|
| US20030120475A1 (en) * | 2001-12-26 | 2003-06-26 | Toshiba Tec Kabushiki Kaisha | Method of generating asic design database | 
| US20030126056A1 (en) * | 2001-08-14 | 2003-07-03 | Andrew Hausman | Distribution and mapping of financial records from data stream | 
| US20030167192A1 (en) * | 2000-12-29 | 2003-09-04 | The Children's Mercy Hospital | System and method for monitoring and analyzing data trends of interest within an organization | 
| US20060074621A1 (en) * | 2004-08-31 | 2006-04-06 | Ophir Rachman | Apparatus and method for prioritized grouping of data representing events | 
| US20060253790A1 (en) * | 2005-05-09 | 2006-11-09 | Rajiv Ramarajan | Systems and methods for handling time-stamped data | 
| US7136880B2 (en) * | 2000-07-20 | 2006-11-14 | Market Models, Inc. | Method and apparatus for compiling business data | 
| US20060277482A1 (en) * | 2005-06-07 | 2006-12-07 | Ilighter Corp. | Method and apparatus for automatically storing and retrieving selected document sections and user-generated notes | 
| US20070198565A1 (en) * | 2006-02-16 | 2007-08-23 | Microsoft Corporation | Visual design of annotated regular expression | 
| US20080021748A1 (en) * | 2006-04-20 | 2008-01-24 | 10Best, Inc. | System and Method for Providing Travel-Related Products and Services | 
| US20080215546A1 (en) * | 2006-10-05 | 2008-09-04 | Baum Michael J | Time Series Search Engine | 
| US20080291030A1 (en) * | 1998-03-09 | 2008-11-27 | Aginfolink Holdings, Inc. A Bvi Corporation | Enhanced Claim Validation | 
| US20100229096A1 (en) * | 2003-01-23 | 2010-09-09 | Maiocco James N | System and Interface For Monitoring Information Technology Assets | 
| US20100333008A1 (en) * | 2009-06-30 | 2010-12-30 | Sap Ag | Drag and Drop of an Application Component to Desktop | 
| US7899783B1 (en) * | 2006-05-30 | 2011-03-01 | Cisco Technology, Inc | Monitoring data integrity | 
| US20120023429A1 (en) * | 2010-07-21 | 2012-01-26 | Goranka Medhi | Methods and apparatus to manage system performance information | 
| US20120054675A1 (en) * | 2010-08-26 | 2012-03-01 | Unisys Corporation | Graphical user interface system for a log analyzer | 
| US20120094694A1 (en) * | 2010-10-13 | 2012-04-19 | International Business Machines Corporation | Location-based action triggering system and method | 
| US20120221715A1 (en) * | 2011-02-28 | 2012-08-30 | Yuuta Hamada | Apparatus, system, and method of processing log data, and recording medium storing log data processing program | 
| US20120246303A1 (en) * | 2011-03-23 | 2012-09-27 | LogRhythm Inc. | Log collection, structuring and processing | 
| US20130007645A1 (en) * | 2011-06-30 | 2013-01-03 | Microsoft Corporation | Visual time filter control tool for data analysis applications | 
| US20130232094A1 (en) * | 2010-07-16 | 2013-09-05 | Consolidated Edison Company Of New York | Machine learning for power grid | 
| US8751855B2 (en) * | 2009-08-17 | 2014-06-10 | Sandisk Il Ltd. | Method and memory device for generating a time estimate | 
Family Cites Families (319)
| Publication number | Priority date | Publication date | Assignee | Title | 
|---|---|---|---|---|
| US2015004A (en) | 1934-11-28 | 1935-09-17 | M S Levy & Sons Inc | Hat sweat band | 
| US5550971A (en) | 1993-06-30 | 1996-08-27 | U S West Technologies, Inc. | Method and system for generating a user interface adaptable to various database management systems | 
| US5913032A (en) | 1994-04-04 | 1999-06-15 | Inprise Corporation | System and methods for automatically distributing a particular shared data object through electronic mail | 
| US20070061735A1 (en) | 1995-06-06 | 2007-03-15 | Hoffberg Steven M | Ergonomic man-machine interface incorporating adaptive pattern recognition based control system | 
| US6049777A (en) | 1995-06-30 | 2000-04-11 | Microsoft Corporation | Computer-implemented collaborative filtering based method for recommending an item to a user | 
| US6112186A (en) | 1995-06-30 | 2000-08-29 | Microsoft Corporation | Distributed system for facilitating exchange of user information and opinion using automated collaborative filtering | 
| US6118936A (en) | 1996-04-18 | 2000-09-12 | Mci Communications Corporation | Signaling network management system for converting network events into standard form and then correlating the standard form events with topology and maintenance information | 
| US6374251B1 (en) | 1998-03-17 | 2002-04-16 | Microsoft Corporation | Scalable system for clustering of large databases | 
| US6208720B1 (en) | 1998-04-23 | 2001-03-27 | Mci Communications Corporation | System, method and computer program product for a dynamic rules-based threshold engine | 
| US6396516B1 (en) | 1998-05-29 | 2002-05-28 | Plexus Systems, Llc | Graphical user interface shop floor control system | 
| US6347374B1 (en) | 1998-06-05 | 2002-02-12 | Intrusion.Com, Inc. | Event detection | 
| US6304262B1 (en) | 1998-07-21 | 2001-10-16 | Raytheon Company | Information security analysis system | 
| US6839669B1 (en) * | 1998-11-05 | 2005-01-04 | Scansoft, Inc. | Performing actions identified in recognized speech | 
| US6609128B1 (en) | 1999-07-30 | 2003-08-19 | Accenture Llp | Codes table framework design in an E-commerce architecture | 
| US6718535B1 (en) | 1999-07-30 | 2004-04-06 | Accenture Llp | System, method and article of manufacture for an activity framework design in an e-commerce based environment | 
| US7100195B1 (en) | 1999-07-30 | 2006-08-29 | Accenture Llp | Managing user information on an e-commerce system | 
| US6311194B1 (en) | 2000-03-15 | 2001-10-30 | Taalee, Inc. | System and method for creating a semantic web and its applications in browsing, searching, profiling, personalization and advertising | 
| US7418440B2 (en) | 2000-04-13 | 2008-08-26 | Ql2 Software, Inc. | Method and system for extraction and organizing selected data from sources on a network | 
| US7490145B2 (en) | 2000-06-21 | 2009-02-10 | Computer Associates Think, Inc. | LiveException system | 
| DE10134229A1 (en) | 2000-08-17 | 2002-02-28 | Ibm | Computer supported method for automatic determination of differences in a data table comprising a large number of records and columns without having to have prior knowledge of the contents of the database table | 
| US20110219035A1 (en) | 2000-09-25 | 2011-09-08 | Yevgeny Korsunsky | Database security via data flow processing | 
| US20020156756A1 (en) | 2000-12-06 | 2002-10-24 | Biosentients, Inc. | Intelligent molecular object data structure and method for application in heterogeneous data environments with high data density and dynamic application needs | 
| US20060265397A1 (en) | 2001-03-06 | 2006-11-23 | Knowledge Vector, Inc. | Methods, systems, and computer program products for extensible, profile-and context-based information correlation, routing and distribution | 
| US20020133513A1 (en) | 2001-03-16 | 2002-09-19 | Ftr Pty Ltd. | Log note system for digitally recorded audio | 
| AUPR464601A0 (en) | 2001-04-30 | 2001-05-24 | Commonwealth Of Australia, The | Shapes vector | 
| CA2446853A1 (en) | 2001-05-15 | 2002-11-21 | Psychogenics Inc. | Systems and methods for monitoring behavior informatics | 
| JP3626458B2 (en) | 2001-06-04 | 2005-03-09 | 株式会社ソニー・コンピュータエンタテインメント | Log collection analysis system, log collection method, log collection program to be executed by computer, log analysis method, log analysis program to be executed by computer, log collection device, log analysis device, log collection terminal, log server | 
| US7246125B2 (en) | 2001-06-21 | 2007-07-17 | Microsoft Corporation | Clustering of databases having mixed data attributes | 
| US7644134B2 (en) | 2001-07-06 | 2010-01-05 | Clickfox, Llc | System and method for analyzing system visitor activities | 
| US7117504B2 (en) | 2001-07-10 | 2006-10-03 | Microsoft Corporation | Application program interface that enables communication for a network software platform | 
| US6965895B2 (en) | 2001-07-16 | 2005-11-15 | Applied Materials, Inc. | Method and apparatus for analyzing manufacturing data | 
| US7302433B2 (en) | 2001-07-20 | 2007-11-27 | Compulaw, Llc. | Method and apparatus for updating rules and transmitting change notifications | 
| US7107338B1 (en) | 2001-12-05 | 2006-09-12 | Revenue Science, Inc. | Parsing navigation information to identify interactions based on the times of their occurrences | 
| US7016919B2 (en) | 2002-03-29 | 2006-03-21 | Agilent Technologies, Inc. | Enterprise framework and applications supporting meta-data and data traceability requirements | 
| US20030236766A1 (en) | 2002-05-14 | 2003-12-25 | Zenon Fortuna | Identifying occurrences of selected events in a system | 
| US7085682B1 (en) | 2002-09-18 | 2006-08-01 | Doubleclick Inc. | System and method for analyzing website activity | 
| EP1411448A3 (en) | 2002-10-17 | 2007-12-05 | Matsushita Electric Industrial Co., Ltd. | Data searching apparatus | 
| US7246114B2 (en) | 2002-10-21 | 2007-07-17 | Microsoft Corporation | System and method for presenting a query expressed in terms of an object model | 
| US7650638B1 (en) | 2002-12-02 | 2010-01-19 | Arcsight, Inc. | Network security monitoring system employing bi-directional communication | 
| US7219239B1 (en) | 2002-12-02 | 2007-05-15 | Arcsight, Inc. | Method for batching events for transmission by software agent | 
| US7376969B1 (en) | 2002-12-02 | 2008-05-20 | Arcsight, Inc. | Real time monitoring and analysis of events from multiple network security devices | 
| JP4318643B2 (en) | 2002-12-26 | 2009-08-26 | 富士通株式会社 | Operation management method, operation management apparatus, and operation management program | 
| US20040148170A1 (en) | 2003-01-23 | 2004-07-29 | Alejandro Acero | Statistical classifiers for spoken language understanding and command/control scenarios | 
| US8335683B2 (en) | 2003-01-23 | 2012-12-18 | Microsoft Corporation | System for using statistical classifiers for spoken language understanding | 
| US8095544B2 (en) | 2003-05-30 | 2012-01-10 | Dictaphone Corporation | Method, system, and apparatus for validation | 
| US20040220965A1 (en) | 2003-04-30 | 2004-11-04 | Michael Harville | Indexed database structures and methods for searching path-enhanced multimedia | 
| US7340480B2 (en) | 2003-05-08 | 2008-03-04 | International Business Machines Corporation | Iterative data analysis enabled through query result abstraction | 
| US7246156B2 (en) | 2003-06-09 | 2007-07-17 | Industrial Defender, Inc. | Method and computer program product for monitoring an industrial network | 
| US20040254919A1 (en) | 2003-06-13 | 2004-12-16 | Microsoft Corporation | Log parser | 
| US8321470B2 (en) | 2003-06-20 | 2012-11-27 | International Business Machines Corporation | Heterogeneous multi-level extendable indexing for general purpose annotation systems | 
| US7389306B2 (en) | 2003-07-25 | 2008-06-17 | Enkata Technologies, Inc. | System and method for processing semi-structured business data using selected template designs | 
| US7343604B2 (en) | 2003-07-25 | 2008-03-11 | International Business Machines Corporation | Methods and apparatus for creation of parsing rules | 
| US7650512B2 (en) | 2003-11-18 | 2010-01-19 | Oracle International Corporation | Method of and system for searching unstructured data stored in a database | 
| US20050114707A1 (en) | 2003-11-26 | 2005-05-26 | Destefano Jason Michael | Method for processing log data from local and remote log-producing devices | 
| JP2005190338A (en) | 2003-12-26 | 2005-07-14 | Toshiba Corp | Information extraction apparatus and information extraction method | 
| US7503012B2 (en) | 2004-01-13 | 2009-03-10 | International Business Machines Corporation | Invoking user designated actions based upon selected computer content | 
| US7779021B1 (en) | 2004-03-09 | 2010-08-17 | Versata Development Group, Inc. | Session-based processing method and system | 
| US7447666B2 (en) | 2004-04-09 | 2008-11-04 | The Boeing Company | System and method for analyzing a pattern in a time-stamped event sequence | 
| US20060009991A1 (en) | 2004-05-25 | 2006-01-12 | Jun-Jang Jeng | Method and apparatus for using meta-rules to support dynamic rule-based business systems | 
| US7562069B1 (en) | 2004-07-01 | 2009-07-14 | Aol Llc | Query disambiguation | 
| US20060053174A1 (en) | 2004-09-03 | 2006-03-09 | Bio Wisdom Limited | System and method for data extraction and management in multi-relational ontology creation | 
| US7475150B2 (en) | 2004-09-07 | 2009-01-06 | International Business Machines Corporation | Method of generating a common event format representation of information from a plurality of messages using rule-based directives and computer keys | 
| US20070100834A1 (en) | 2004-09-15 | 2007-05-03 | John Landry | System and method for managing data in a distributed computer system | 
| EP1814583A2 (en) | 2004-11-01 | 2007-08-08 | Novartis Vaccines and Diagnostics, Inc. | Combination approaches for generating immune responses | 
| US20130019019A1 (en) | 2004-11-15 | 2013-01-17 | Peter Ar-Fu Lam | Cloud servicing system configured for servicing smart phone or touch pad circuit applications and consumer programmable articles | 
| US20060112123A1 (en) | 2004-11-24 | 2006-05-25 | Macnica, Inc. | Spreadsheet user-interfaced business data visualization and publishing system | 
| JP2006155404A (en) * | 2004-11-30 | 2006-06-15 | Toshiba Corp | Time information extraction device, time information extraction method, and time information extraction program | 
| US20060161564A1 (en) | 2004-12-20 | 2006-07-20 | Samuel Pierre | Method and system for locating information in the invisible or deep world wide web | 
| US8065336B2 (en) | 2004-12-20 | 2011-11-22 | Fujitsu Limited | Data semanticizer | 
| US7809131B1 (en) * | 2004-12-23 | 2010-10-05 | Arcsight, Inc. | Adjusting sensor time in a network security system | 
| US7571157B2 (en) | 2004-12-29 | 2009-08-04 | Aol Llc | Filtering search results | 
| US8543379B1 (en) | 2005-01-07 | 2013-09-24 | Interactive TKO, Inc. | System and method for parsing a text buffer using a graphical user interface | 
| US8713000B1 (en) | 2005-01-12 | 2014-04-29 | Linkedin Corporation | Method and system for leveraging the power of one's social-network in an online marketplace | 
| US7555713B2 (en) | 2005-02-22 | 2009-06-30 | George Liang Yang | Writing and reading aid system | 
| US7725813B2 (en) | 2005-03-30 | 2010-05-25 | Arizan Corporation | Method for requesting and viewing a preview of a table attachment on a mobile communication device | 
| US20060253423A1 (en) | 2005-05-07 | 2006-11-09 | Mclane Mark | Information retrieval system and method | 
| US20060259519A1 (en) | 2005-05-12 | 2006-11-16 | Microsoft Corporation | Iterative definition of flat file data structure by using document instance | 
| US8024778B2 (en) | 2005-05-24 | 2011-09-20 | CRIF Corporation | System and method for defining attributes, decision rules, or both, for remote execution, claim set I | 
| US20060271520A1 (en) | 2005-05-27 | 2006-11-30 | Ragan Gene Z | Content-based implicit search query | 
| US8321241B1 (en) | 2005-05-31 | 2012-11-27 | Allscripts Software, Llc | Electronic patient record documentation with push and pull of data to and from database | 
| US8578500B2 (en) | 2005-05-31 | 2013-11-05 | Kurt James Long | System and method of fraud and misuse detection | 
| AU2006263703A1 (en) | 2005-06-28 | 2007-01-04 | Nokia Corporation | User interface for geographic search | 
| US8022987B2 (en) | 2005-06-30 | 2011-09-20 | Sandia Corporation | Information-based self-organization of sensor nodes of a sensor network | 
| US7937344B2 (en) | 2005-07-25 | 2011-05-03 | Splunk Inc. | Machine data web | 
| US7882262B2 (en) | 2005-08-18 | 2011-02-01 | Cisco Technology, Inc. | Method and system for inline top N query computation | 
| WO2007024479A2 (en) | 2005-08-23 | 2007-03-01 | Mimosa Systems, Inc. | Enterprise service availability through identity preservation | 
| US8095866B2 (en) | 2005-09-09 | 2012-01-10 | Microsoft Corporation | Filtering user interface for a data summary table | 
| US8578277B2 (en) | 2005-09-15 | 2013-11-05 | Microsoft Corporation | Integrating charts in documents | 
| US7716226B2 (en) | 2005-09-27 | 2010-05-11 | Patentratings, Llc | Method and system for probabilistically quantifying and visualizing relevance between two or more citationally or contextually related data objects | 
| US20110314148A1 (en) | 2005-11-12 | 2011-12-22 | LogRhythm Inc. | Log collection, structuring and processing | 
| US7805482B2 (en) | 2005-12-30 | 2010-09-28 | Senactive It-Dienstleistungs Gmbh | Method of correlating events in data packet streams | 
| US8005873B2 (en) | 2006-01-25 | 2011-08-23 | Microsoft Corporation | Filtering and sorting information | 
| US7933915B2 (en) | 2006-02-27 | 2011-04-26 | The Regents Of The University Of California | Graph querying, graph motif mining and the discovery of clusters | 
| US8707451B2 (en) | 2006-03-01 | 2014-04-22 | Oracle International Corporation | Search hit URL modification for secure application integration | 
| US7860881B2 (en) | 2006-03-09 | 2010-12-28 | Microsoft Corporation | Data parsing with annotated patterns | 
| US7593927B2 (en) | 2006-03-10 | 2009-09-22 | Microsoft Corporation | Unstructured data in a mining model language | 
| US9077715B1 (en) | 2006-03-31 | 2015-07-07 | Symantec Corporation | Social trust based security model | 
| US9269068B2 (en) | 2006-05-05 | 2016-02-23 | Visible Technologies Llc | Systems and methods for consumer-generated media reputation management | 
| US20080097789A1 (en) | 2006-10-24 | 2008-04-24 | Huffer Robert L | Quality Management Of Patient Data For Health Care Providers | 
| US9824107B2 (en) | 2006-10-25 | 2017-11-21 | Entit Software Llc | Tracking changing state data to assist in computer network security | 
| US20080104542A1 (en) | 2006-10-27 | 2008-05-01 | Information Builders, Inc. | Apparatus and Method for Conducting Searches with a Search Engine for Unstructured Data to Retrieve Records Enriched with Structured Data and Generate Reports Based Thereon | 
| US7779363B2 (en) * | 2006-12-05 | 2010-08-17 | International Business Machines Corporation | Enabling user control over selectable functions of a running existing application | 
| US8200506B2 (en) | 2006-12-19 | 2012-06-12 | Accenture Global Services Limited | Integrated health management platform | 
| US8655939B2 (en) | 2007-01-05 | 2014-02-18 | Digital Doors, Inc. | Electromagnetic pulse (EMP) hardened information infrastructure with extractor, cloud dispersal, secure storage, content analysis and classification and method therefor | 
| US20080208820A1 (en) | 2007-02-28 | 2008-08-28 | Psydex Corporation | Systems and methods for performing semantic analysis of information over time and space | 
| US8631147B2 (en) | 2007-03-12 | 2014-01-14 | Citrix Systems, Inc. | Systems and methods for configuring policy bank invocations | 
| US20080235277A1 (en) * | 2007-03-22 | 2008-09-25 | Sonolink Communications Systems, Llc | System and method for temporal recall of related items in an information workspace | 
| US20080249858A1 (en) | 2007-04-03 | 2008-10-09 | Robert Lee Angell | Automatically generating an optimal marketing model for marketing products to customers | 
| US20080301120A1 (en) | 2007-06-04 | 2008-12-04 | Precipia Systems Inc. | Method, apparatus and computer program for managing the processing of extracted data | 
| US20080320033A1 (en) | 2007-06-21 | 2008-12-25 | Nokia Corporation | Method, Apparatus and Computer Program Product for Providing Association of Objects Using Metadata | 
| US8112398B1 (en) | 2007-06-28 | 2012-02-07 | Emc Corporation | Methods, systems, and computer program products for selectively marking and retrieving data from an event log file | 
| US8458612B2 (en) | 2007-07-29 | 2013-06-04 | Hewlett-Packard Development Company, L.P. | Application management framework for web applications | 
| US8046454B2 (en) | 2007-08-22 | 2011-10-25 | Samsung Electronics Co. Ltd. | Identifying and recommending potential communication states based on patterns of use | 
| US7899813B2 (en) | 2007-08-22 | 2011-03-01 | Samsung Electronics Co., Ltd. | Situation-aware pattern extraction and recommendation | 
| US8108392B2 (en) | 2007-10-05 | 2012-01-31 | Fujitsu Limited | Identifying clusters of words according to word affinities | 
| US9275353B2 (en) | 2007-11-09 | 2016-03-01 | Oracle America, Inc. | Event-processing operators | 
| US20090319512A1 (en) | 2008-01-18 | 2009-12-24 | Douglas Baker | Aggregator, filter, and delivery system for online content | 
| US7870238B2 (en) | 2008-02-15 | 2011-01-11 | !J Incorporated | Vendor-independent network configuration tool | 
| US20090287626A1 (en) | 2008-05-14 | 2009-11-19 | Microsoft Corporation | Multi-modal query generation | 
| US8374986B2 (en) | 2008-05-15 | 2013-02-12 | Exegy Incorporated | Method and system for accelerated stream processing | 
| US20090300065A1 (en) | 2008-05-30 | 2009-12-03 | Birchall James T | Computer system and methods for improving identification of subrogation opportunities | 
| US20090313537A1 (en) | 2008-06-17 | 2009-12-17 | Microsoft Corporation | Micro browser spreadsheet viewer | 
| GB0811196D0 (en) | 2008-06-18 | 2008-07-23 | Skype Ltd | Searching method and apparatus | 
| US7987192B2 (en) | 2008-06-25 | 2011-07-26 | International Business Machines Corporation | Hybrid data model and user interaction for data sets in a user interface | 
| JP5355949B2 (en) | 2008-07-16 | 2013-11-27 | 株式会社東芝 | Next search keyword presentation device, next search keyword presentation method, and next search keyword presentation program | 
| WO2010032579A1 (en) * | 2008-09-19 | 2010-03-25 | 株式会社日立製作所 | Method and system for generating history of behavior | 
| US9262357B2 (en) | 2008-09-29 | 2016-02-16 | International Business Machines Corporation | Associating process priority with I/O queuing | 
| US8271422B2 (en) | 2008-11-29 | 2012-09-18 | At&T Intellectual Property I, Lp | Systems and methods for detecting and coordinating changes in lexical items | 
| US8069374B2 (en) | 2009-02-27 | 2011-11-29 | Microsoft Corporation | Fingerprinting event logs for system management troubleshooting | 
| US10026045B1 (en) | 2009-03-20 | 2018-07-17 | Information Sciences Corporation | Computer system or process performance method and system | 
| US20100251100A1 (en) | 2009-03-31 | 2010-09-30 | Yann Delacourt | Primitive-based presentation of dimensional information using layout script | 
| US20100250236A1 (en) | 2009-03-31 | 2010-09-30 | Medquist Ip, Llc | Computer-assisted abstraction of data and document coding | 
| US8606827B2 (en) | 2009-05-29 | 2013-12-10 | Red Hat, Inc. | Systems and methods for extracting database dimensions as data modeling object | 
| US8752001B2 (en) | 2009-07-08 | 2014-06-10 | Infosys Limited | System and method for developing a rule-based named entity extraction | 
| JP5468837B2 (en) | 2009-07-30 | 2014-04-09 | 株式会社日立製作所 | Anomaly detection method, apparatus, and program | 
| US8849725B2 (en) | 2009-08-10 | 2014-09-30 | Yahoo! Inc. | Automatic classification of segmented portions of web pages | 
| US8402098B2 (en) | 2009-08-13 | 2013-03-19 | Clark C. Dircz | System and method for intelligence gathering and analysis | 
| WO2011032094A1 (en) | 2009-09-11 | 2011-03-17 | Arcsight, Inc. | Extracting information from unstructured data and mapping the information to a structured schema using the naive bayesian probability model | 
| US8495084B2 (en) | 2009-09-16 | 2013-07-23 | International Business Machines Corporation | Molecular level similarity search and computer aided drug discovery process | 
| US20120137367A1 (en) | 2009-11-06 | 2012-05-31 | Cataphora, Inc. | Continuous anomaly detection based on behavior modeling and heterogeneous information analysis | 
| US8560481B2 (en) | 2009-11-17 | 2013-10-15 | Gregory P. Naifeh | Method and apparatus for analyzing system events | 
| US8874577B2 (en) | 2009-12-23 | 2014-10-28 | Palo Alto Research Center Incorporated | System and method for triaging of information feeds | 
| US8738418B2 (en) | 2010-03-19 | 2014-05-27 | Visa U.S.A. Inc. | Systems and methods to enhance search data with transaction based data | 
| JP5668926B2 (en) | 2010-03-31 | 2015-02-12 | 株式会社リコー | Log management system, transmission system, log management method, log management program | 
| US8874526B2 (en) | 2010-03-31 | 2014-10-28 | Cloudera, Inc. | Dynamically processing an event using an extensible data model | 
| KR101009973B1 (en) | 2010-04-07 | 2011-01-21 | 김덕훈 | Method of providing media content, and apparatus therefor | 
| US8533337B2 (en) | 2010-05-06 | 2013-09-10 | Citrix Systems, Inc. | Continuous upgrading of computers in a load balanced environment | 
| US20110282949A1 (en) | 2010-05-11 | 2011-11-17 | Leon Rivkin | Unified message management method and system | 
| US9298854B2 (en) * | 2010-05-14 | 2016-03-29 | Hitachi, Ltd. | Time-series data management device, system, method, and program | 
| WO2011145374A1 (en) | 2010-05-17 | 2011-11-24 | 株式会社日立製作所 | Computer system and rule generation method | 
| CN102918534B (en) | 2010-06-10 | 2016-05-04 | 惠普发展公司,有限责任合伙企业 | query pipeline | 
| US8442863B2 (en) | 2010-06-17 | 2013-05-14 | Microsoft Corporation | Real-time-ready behavioral targeting in a large-scale advertisement system | 
| US9798822B2 (en) | 2010-06-29 | 2017-10-24 | Apple Inc. | Location based grouping of browsing histories | 
| US20120226536A1 (en) | 2010-09-28 | 2012-09-06 | Adam Kidron | Encryption-Free Content Purchase Platform Apparatuses, Methods And Systems | 
| US20120089562A1 (en) | 2010-10-04 | 2012-04-12 | Sempras Software, Inc. | Methods and Apparatus for Integrated Management of Structured Data From Various Sources and Having Various Formats | 
| US9076152B2 (en) | 2010-10-20 | 2015-07-07 | Microsoft Technology Licensing, Llc | Semantic analysis of information | 
| US8442982B2 (en) | 2010-11-05 | 2013-05-14 | Apple Inc. | Extended database search | 
| CA2914169C (en) * | 2010-11-24 | 2018-01-23 | Logrhythm, Inc. | Scalable analytical processing of structured data | 
| US8412696B2 (en) | 2011-01-31 | 2013-04-02 | Splunk Inc. | Real time searching and reporting | 
| US8694335B2 (en) | 2011-02-18 | 2014-04-08 | Nuance Communications, Inc. | Methods and apparatus for applying user corrections to medical fact extraction | 
| EP2678774A4 (en) | 2011-02-24 | 2015-04-08 | Lexisnexis Division Of Reed Elsevier Inc | Methods for electronic document searching and graphically representing electronic document searches | 
| US8589403B2 (en) | 2011-02-28 | 2013-11-19 | Splunk Inc. | Compressed journaling in event tracking files for metadata recovery and replication | 
| US8756262B2 (en) | 2011-03-01 | 2014-06-17 | Splunk Inc. | Approximate order statistics of real numbers in generic data | 
| US20120226779A1 (en) | 2011-03-04 | 2012-09-06 | Crucs Holdings, Llc | Automatic entry of calendar events | 
| US8468461B2 (en) | 2011-03-05 | 2013-06-18 | Flowatch Llc | Form-based user-configurable processing plant management system and method | 
| US20120239681A1 (en) | 2011-03-14 | 2012-09-20 | Splunk Inc. | Scalable interactive display of distributed data | 
| US8548961B2 (en) | 2011-03-30 | 2013-10-01 | Splunk Inc. | System and method for fast file tracking and change monitoring | 
| US8660789B2 (en) | 2011-05-03 | 2014-02-25 | University Of Southern California | Hierarchical and exact fastest path computation in time-dependent spatial networks | 
| WO2012150602A1 (en) | 2011-05-03 | 2012-11-08 | Yogesh Chunilal Rathod | A system and method for dynamically monitoring, recording, processing, attaching dynamic, contextual & accessible active links & presenting of physical or digital activities, actions, locations, logs, life stream, behavior & status | 
| US8849770B2 (en) | 2011-05-16 | 2014-09-30 | Business Objects Software Limited | Event auditing framework | 
| US20120304247A1 (en) | 2011-05-25 | 2012-11-29 | John Badger | System and process for hierarchical tagging with permissions | 
| EP2530583B1 (en) | 2011-05-31 | 2019-11-27 | Accenture Global Services Limited | Computer-implemented method, system and computer program product for displaying a user interface component | 
| US9477392B2 (en) | 2011-06-20 | 2016-10-25 | Blackberry Limited | Presentation of tabular information | 
| US8887047B2 (en) | 2011-06-24 | 2014-11-11 | Breakthrough Performancetech, Llc | Methods and systems for dynamically generating a training program | 
| WO2013016242A2 (en) | 2011-07-22 | 2013-01-31 | Tibor Ivanyi | Systems and methods for network monitoring and testing using dimension value based kpis | 
| US20140160238A1 (en) | 2011-07-29 | 2014-06-12 | University-Industry Cooperation Group Of Kyung Hee University | Transmission apparatus and method, and reception apparatus and method for providing 3d service using the content and additional image seperately transmitted with the reference image transmitted in real time | 
| US9355394B2 (en) | 2011-08-11 | 2016-05-31 | Visa International Service Association | Systems and methods of aggregating split payments using a settlement ecosystem | 
| US9292361B1 (en) | 2011-08-19 | 2016-03-22 | Google Inc. | Application program interface script caching and batching | 
| US9569511B2 (en) | 2011-08-25 | 2017-02-14 | Salesforce.Com, Inc. | Dynamic data management | 
| US8700658B2 (en) | 2011-09-01 | 2014-04-15 | Knf Technologies, Inc. | Relational meta model and associated domain context-based knowledge inference engine for knowledge discovery and organization | 
| US20130060912A1 (en) | 2011-09-07 | 2013-03-07 | Reality Mobile Llc | Streaming-Content Analytics | 
| US8965889B2 (en) | 2011-09-08 | 2015-02-24 | Oracle International Corporation | Bi-temporal user profiles for information brokering in collaboration systems | 
| US9225772B2 (en) | 2011-09-26 | 2015-12-29 | Knoa Software, Inc. | Method, system and program product for allocation and/or prioritization of electronic resources | 
| US20130103409A1 (en) | 2011-10-21 | 2013-04-25 | International Business Machines Corporation | PROVIDING eFOLIOS | 
| SG11201403482TA (en) | 2011-12-21 | 2014-07-30 | Ssh Comm Security Oyj | Automated access, key, certificate, and credential management | 
| US9571591B2 (en) * | 2011-12-28 | 2017-02-14 | Dynatrace Llc | Method and system for tracing end-to-end transaction which accounts for content update requests | 
| US20130173322A1 (en) | 2011-12-30 | 2013-07-04 | Schneider Electric USA, Inc. | Energy Management with Correspondence Based Data Auditing Signoff | 
| US8751505B2 (en) | 2012-03-11 | 2014-06-10 | International Business Machines Corporation | Indexing and searching entity-relationship data | 
| US9799040B2 (en) | 2012-03-27 | 2017-10-24 | Iprova Sarl | Method and apparatus for computer assisted innovation | 
| US9130971B2 (en) | 2012-05-15 | 2015-09-08 | Splunk, Inc. | Site-based search affinity | 
| US9124612B2 (en) | 2012-05-15 | 2015-09-01 | Splunk Inc. | Multi-site clustering | 
| US8516008B1 (en) | 2012-05-18 | 2013-08-20 | Splunk Inc. | Flexible schema column store | 
| US10061807B2 (en) | 2012-05-18 | 2018-08-28 | Splunk Inc. | Collection query driven generation of inverted index for raw machine data | 
| US8682925B1 (en) | 2013-01-31 | 2014-03-25 | Splunk Inc. | Distributed high performance analytics store | 
| US9087306B2 (en) | 2012-07-13 | 2015-07-21 | Sas Institute Inc. | Computer-implemented systems and methods for time series exploration | 
| US20140046976A1 (en) | 2012-08-11 | 2014-02-13 | Guangsheng Zhang | Systems, methods, and user interface for effectively presenting information | 
| US8825664B2 (en) | 2012-08-17 | 2014-09-02 | Splunk Inc. | Indexing preview | 
| JP6198486B2 (en) | 2012-08-29 | 2017-09-20 | キヤノン株式会社 | Image processing apparatus and method | 
| US9189064B2 (en) | 2012-09-05 | 2015-11-17 | Apple Inc. | Delay of display event based on user gaze | 
| US8751499B1 (en) | 2013-01-22 | 2014-06-10 | Splunk Inc. | Variable representative sampling under resource constraints | 
| US9594814B2 (en) | 2012-09-07 | 2017-03-14 | Splunk Inc. | Advanced field extractor with modification of an extracted field | 
| US9753909B2 (en) | 2012-09-07 | 2017-09-05 | Splunk, Inc. | Advanced field extractor with multiple positive examples | 
| US8682906B1 (en) | 2013-01-23 | 2014-03-25 | Splunk Inc. | Real time display of data field values based on manual editing of regular expressions | 
| US20150019537A1 (en) | 2012-09-07 | 2015-01-15 | Splunk Inc. | Generating Reports from Unstructured Data | 
| US8751963B1 (en) | 2013-01-23 | 2014-06-10 | Splunk Inc. | Real time indication of previously extracted data fields for regular expressions | 
| US8788525B2 (en) | 2012-09-07 | 2014-07-22 | Splunk Inc. | Data model for machine data for semantic search | 
| US10394946B2 (en) | 2012-09-07 | 2019-08-27 | Splunk Inc. | Refining extraction rules based on selected text within events | 
| US20140208217A1 (en) * | 2013-01-22 | 2014-07-24 | Splunk Inc. | Interface for managing splittable timestamps across event records | 
| US20140082513A1 (en) | 2012-09-20 | 2014-03-20 | Appsense Limited | Systems and methods for providing context-sensitive interactive logging | 
| US9152929B2 (en) | 2013-01-23 | 2015-10-06 | Splunk Inc. | Real time display of statistics and values for selected regular expressions | 
| US9875319B2 (en) | 2013-03-15 | 2018-01-23 | Wolfram Alpha Llc | Automated data parsing | 
| US20140324862A1 (en) | 2013-04-30 | 2014-10-30 | Splunk Inc. | Correlation for user-selected time ranges of values for performance metrics of components in an information-technology environment with log data from that information-technology environment | 
| US9185007B2 (en) | 2013-04-30 | 2015-11-10 | Splunk Inc. | Proactive monitoring tree with severity state sorting | 
| US10019496B2 (en) | 2013-04-30 | 2018-07-10 | Splunk Inc. | Processing of performance data and log data from an information technology environment by using diverse data stores | 
| US10353957B2 (en) | 2013-04-30 | 2019-07-16 | Splunk Inc. | Processing of performance data and raw log data from an information technology environment | 
| US10318541B2 (en) | 2013-04-30 | 2019-06-11 | Splunk Inc. | Correlating log data with performance measurements having a specified relationship to a threshold value | 
| US10614132B2 (en) | 2013-04-30 | 2020-04-07 | Splunk Inc. | GUI-triggered processing of performance data and log data from an information technology environment | 
| US10225136B2 (en) | 2013-04-30 | 2019-03-05 | Splunk Inc. | Processing of log data and performance data obtained via an application programming interface (API) | 
| US9778834B2 (en) | 2013-05-23 | 2017-10-03 | Oracle International Corporation | Multidimensional split view for a pivot table or other grid-based component | 
| KR20160073782A (en) | 2014-12-17 | 2016-06-27 | 에스케이하이닉스 주식회사 | Electronic device and method for fabricating the same | 
| US8826434B2 (en) | 2013-07-25 | 2014-09-02 | Splunk Inc. | Security threat detection based on indications in big data of access to newly registered domains | 
| US9215240B2 (en) | 2013-07-25 | 2015-12-15 | Splunk Inc. | Investigative and dynamic detection of potential security-threat indicators from events in big data | 
| US10574548B2 (en) | 2013-07-31 | 2020-02-25 | Splunk Inc. | Key indicators view | 
| US8752178B2 (en) | 2013-07-31 | 2014-06-10 | Splunk Inc. | Blacklisting and whitelisting of security-related events | 
| US9726948B2 (en) | 2013-08-05 | 2017-08-08 | Sharp Kabushiki Kaisha | Image display device | 
| US9342567B2 (en) | 2013-08-23 | 2016-05-17 | International Business Machines Corporation | Control for persistent search results and iterative searching | 
| US8806361B1 (en) | 2013-09-16 | 2014-08-12 | Splunk Inc. | Multi-lane time-synched visualizations of machine data events | 
| US9305383B2 (en) | 2013-10-22 | 2016-04-05 | Honeywell International Inc. | Chart layout which highlights event occurrence patterns | 
| US9747010B2 (en) | 2014-01-16 | 2017-08-29 | Xerox Corporation | Electronic content visual comparison apparatus and method | 
| US9588667B2 (en) | 2014-01-25 | 2017-03-07 | Microsoft Technology Licensing, Llc | Transformation of tabular data across multiple browser viewports | 
| US9437022B2 (en) | 2014-01-27 | 2016-09-06 | Splunk Inc. | Time-based visualization of the number of events having various values for a field | 
| US20150278214A1 (en) | 2014-04-01 | 2015-10-01 | Tableau Software, Inc. | Systems and Methods for Ranking Data Visualizations Using Different Data Fields | 
| US20150294256A1 (en) | 2014-04-11 | 2015-10-15 | Microsoft Technology Licensing, Llc | Scenario modeling and visualization | 
| US9923767B2 (en) | 2014-04-15 | 2018-03-20 | Splunk Inc. | Dynamic configuration of remote capture agents for network data capture | 
| US10462004B2 (en) | 2014-04-15 | 2019-10-29 | Splunk Inc. | Visualizations of statistics associated with captured network data | 
| US9996446B2 (en) | 2014-04-28 | 2018-06-12 | Microsoft Technology Licensing, Llc | User experience diagnostics with actionable insights | 
| US10102374B1 (en) | 2014-08-11 | 2018-10-16 | Sentinel Labs Israel Ltd. | Method of remediating a program and system thereof by undoing operations | 
| US20160092045A1 (en) | 2014-09-30 | 2016-03-31 | Splunk, Inc. | Event View Selector | 
| US9922099B2 (en) | 2014-09-30 | 2018-03-20 | Splunk Inc. | Event limited field picker | 
| US10127258B2 (en) | 2014-09-30 | 2018-11-13 | Splunk Inc. | Event time selection output techniques | 
| US11231840B1 (en) | 2014-10-05 | 2022-01-25 | Splunk Inc. | Statistics chart row mode drill down | 
| US10261673B2 (en) | 2014-10-05 | 2019-04-16 | Splunk Inc. | Statistics value chart interface cell mode drill down | 
| US9864797B2 (en) | 2014-10-09 | 2018-01-09 | Splunk Inc. | Defining a new search based on displayed graph lanes | 
| US9904456B2 (en) | 2014-12-02 | 2018-02-27 | Business Objects Software Ltd. | Gesture-based visualization of data grid on mobile device | 
| US20160215433A1 (en) | 2015-01-28 | 2016-07-28 | General Electric Company | Unitary top panel for a washing machine appliance | 
| US9916346B2 (en) | 2015-01-30 | 2018-03-13 | Splunk Inc. | Interactive command entry list | 
| US9922082B2 (en) | 2015-01-30 | 2018-03-20 | Splunk Inc. | Enforcing dependency between pipelines | 
| US10013454B2 (en) | 2015-01-30 | 2018-07-03 | Splunk Inc. | Text-based table manipulation of event data | 
| US10061824B2 (en) | 2015-01-30 | 2018-08-28 | Splunk Inc. | Cell-based table manipulation of event data | 
| US10915583B2 (en) | 2015-01-30 | 2021-02-09 | Splunk Inc. | Suggested field extraction | 
| US9977803B2 (en) | 2015-01-30 | 2018-05-22 | Splunk Inc. | Column-based table manipulation of event data | 
| US9842160B2 (en) | 2015-01-30 | 2017-12-12 | Splunk, Inc. | Defining fields from particular occurences of field labels in events | 
| US10726037B2 (en) | 2015-01-30 | 2020-07-28 | Splunk Inc. | Automatic field extraction from filed values | 
| US9922084B2 (en) | 2015-01-30 | 2018-03-20 | Splunk Inc. | Events sets in a visually distinct display format | 
| US9836623B2 (en) | 2015-01-30 | 2017-12-05 | Splunk Inc. | Anonymizing machine data events | 
| US9967351B2 (en) | 2015-01-31 | 2018-05-08 | Splunk Inc. | Automated service discovery in I.T. environments | 
| US9135559B1 (en) | 2015-03-20 | 2015-09-15 | TappingStone Inc. | Methods and systems for predictive engine evaluation, tuning, and replay of engine performance | 
| US10229150B2 (en) | 2015-04-23 | 2019-03-12 | Splunk Inc. | Systems and methods for concurrent summarization of indexed data | 
| US10354419B2 (en) | 2015-05-25 | 2019-07-16 | Colin Frederick Ritchie | Methods and systems for dynamic graph generating | 
| US20170011229A1 (en) | 2015-07-10 | 2017-01-12 | Bank Of America Corporation | System for aggregation and user self-direction of user data share to other systems | 
| US10783195B2 (en) | 2015-07-15 | 2020-09-22 | Aravind Musuluri | System and method for constructing search results | 
| US9516052B1 (en) | 2015-08-01 | 2016-12-06 | Splunk Inc. | Timeline displays of network security investigation events | 
| US9363149B1 (en) | 2015-08-01 | 2016-06-07 | Splunk Inc. | Management console for network security investigations | 
| US9772934B2 (en) | 2015-09-14 | 2017-09-26 | Palantir Technologies Inc. | Pluggable fault detection tests for data pipelines | 
| US10127255B1 (en) | 2015-10-07 | 2018-11-13 | Applied Predictive Technologies, Inc. | Computer system and method of initiative analysis using outlier identification | 
| US10832456B1 (en) | 2016-01-19 | 2020-11-10 | Robert B. Levy | System and method for experiencing higher dimensionality data using lower dimensionality media | 
| US10997190B2 (en) | 2016-02-01 | 2021-05-04 | Splunk Inc. | Context-adaptive selection options in a modular visualization framework | 
| US10235782B2 (en) | 2016-03-14 | 2019-03-19 | International Business Machines Corporation | Increasing readability of visualization nodes | 
| US10061832B2 (en) | 2016-11-28 | 2018-08-28 | Oracle International Corporation | Database tuple-encoding-aware data partitioning in a direct memory access engine | 
| US11249710B2 (en) | 2016-03-31 | 2022-02-15 | Splunk Inc. | Technology add-on control console | 
| US20170286455A1 (en) | 2016-03-31 | 2017-10-05 | Splunk Inc. | Technology Add-On Packages Controlling a Data Input and Query System | 
| US11216491B2 (en) | 2016-03-31 | 2022-01-04 | Splunk Inc. | Field extraction rules from clustered data samples | 
| US10515062B2 (en) | 2016-05-09 | 2019-12-24 | Sumo Logic, Inc. | Searchable investigation history for event data store | 
| US10621314B2 (en) | 2016-08-01 | 2020-04-14 | Palantir Technologies Inc. | Secure deployment of a software package | 
| US11222066B1 (en) | 2016-09-26 | 2022-01-11 | Splunk Inc. | Processing data using containerized state-free indexing nodes in a containerized scalable environment | 
| US11232100B2 (en) | 2016-09-26 | 2022-01-25 | Splunk Inc. | Resource allocation for multiple datasets | 
| US10909140B2 (en) | 2016-09-26 | 2021-02-02 | Splunk Inc. | Clustering events based on extraction rules | 
| US10685279B2 (en) | 2016-09-26 | 2020-06-16 | Splunk Inc. | Automatically generating field extraction recommendations | 
| US10698896B2 (en) | 2017-01-18 | 2020-06-30 | Oracle International Corporation | Expression pushdown optimization system for querying in federated database system | 
| US10565220B2 (en) | 2017-01-31 | 2020-02-18 | Splunk Inc. | Generating visualizations for search results data containing multiple data dimensions | 
| US10474674B2 (en) | 2017-01-31 | 2019-11-12 | Splunk Inc. | Using an inverted index in a pipelined search query to determine a set of event data that is further limited by filtering and/or processing of subsequent query pipestages | 
| US10585788B2 (en) | 2017-02-21 | 2020-03-10 | Microsoft Technology Licensing, Llc | State-based remedial action generation | 
| US11061918B2 (en) | 2017-04-05 | 2021-07-13 | Splunk Inc. | Locating and categorizing data using inverted indexes | 
| US10929560B2 (en) | 2017-04-28 | 2021-02-23 | Splunk Inc. | Identifying personally identifiable information in machine-generated data | 
| CN120636518A (en) | 2017-05-12 | 2025-09-12 | 密歇根大学董事会 | Individual and cohort pharmacological phenotype prediction platform | 
| US10922625B2 (en) | 2017-09-22 | 2021-02-16 | Splunk Inc. | Distributed data processing for machine learning | 
| US10771486B2 (en) | 2017-09-25 | 2020-09-08 | Splunk Inc. | Systems and methods for detecting network security threat event patterns | 
| US10855793B2 (en) | 2017-09-25 | 2020-12-01 | Splunk Inc. | Proxying hypertext transfer protocol (HTTP) requests for microservices | 
| US11042534B2 (en) | 2017-11-15 | 2021-06-22 | Sumo Logic | Logs to metrics synthesis | 
| US10922341B2 (en) | 2018-01-31 | 2021-02-16 | Splunk Inc. | Non-tabular datasource connector | 
| US10997180B2 (en) | 2018-01-31 | 2021-05-04 | Splunk Inc. | Dynamic query processor for streaming and batch queries | 
| US10862905B2 (en) | 2018-02-27 | 2020-12-08 | Servicenow, Inc. | Incident response techniques | 
| US10915338B2 (en) | 2018-03-26 | 2021-02-09 | Bank Of America Corporation | Computer architecture for emulating a correlithm object processing system that places portions of correlithm objects in a distributed node network | 
| US10896205B2 (en) | 2018-04-30 | 2021-01-19 | Pelatro Pte. Ltd. | Interactive on-demand hypercube synthesis based multi-dimensional drilldown and a pivotal analysis tool and methods of use | 
| WO2019221767A1 (en) | 2018-05-14 | 2019-11-21 | Virtualitics, Inc. | Systems and methods for high dimensional 3d data visualization | 
| US10922660B2 (en) | 2018-08-03 | 2021-02-16 | International Business Machines Corporation | Intelligent sending of an automatic event invite based on identified candidate content | 
| US11226964B1 (en) | 2018-09-28 | 2022-01-18 | Splunk Inc. | Automated generation of metrics from log data | 
| US10922493B1 (en) | 2018-09-28 | 2021-02-16 | Splunk Inc. | Determining a relationship recommendation for a natural language request | 
| US10942774B1 (en) | 2018-09-28 | 2021-03-09 | Splunk Inc. | Dynamic reassignment of search processes into workload pools in a search and indexing system | 
| US10776441B1 (en) | 2018-10-01 | 2020-09-15 | Splunk Inc. | Visual programming for iterative publish-subscribe message processing system | 
| US10775976B1 (en) | 2018-10-01 | 2020-09-15 | Splunk Inc. | Visual previews for programming an iterative publish-subscribe message processing system | 
| US20200125725A1 (en) | 2018-10-19 | 2020-04-23 | Logrhythm, Inc. | Generation and maintenance of identity profiles for implementation of security response | 
| US10997192B2 (en) | 2019-01-31 | 2021-05-04 | Splunk Inc. | Data source correlation user interface | 
| US11038913B2 (en) | 2019-04-19 | 2021-06-15 | Microsoft Technology Licensing, Llc | Providing context associated with a potential security issue for an analyst | 
| US11194564B1 (en) | 2019-04-29 | 2021-12-07 | Splunk Inc. | Maintaining compatibility in a multi-component application | 
| US10922892B1 (en) | 2019-04-30 | 2021-02-16 | Splunk Inc. | Manipulation of virtual object position within a plane of an extended reality environment | 
| US11327827B1 (en) | 2019-06-02 | 2022-05-10 | Splunk Inc. | Optimizing display of suggested actions in a workbook | 
| US10521235B1 (en) | 2019-06-27 | 2019-12-31 | Capital One Services, Llc | Determining problem dependencies in application dependency discovery, reporting, and management tool | 
| US11138191B1 (en) | 2019-07-30 | 2021-10-05 | Splunk Inc. | Multi-field search query of result data set generated from event data | 
| US10885450B1 (en) | 2019-08-14 | 2021-01-05 | Capital One Services, Llc | Automatically detecting invalid events in a distributed computing environment | 
| US11263229B1 (en) | 2019-10-18 | 2022-03-01 | Splunk Inc. | Efficient detection of alert states within unstructured event data based on evaluation of structured data set | 
| US11151125B1 (en) | 2019-10-18 | 2021-10-19 | Splunk Inc. | Efficient updating of journey instances detected within unstructured event data | 
| US10985970B1 (en) | 2019-10-18 | 2021-04-20 | Splunk Inc. | Automatic actionable event responder for operational clusters | 
| US11620157B2 (en) | 2019-10-18 | 2023-04-04 | Splunk Inc. | Data ingestion pipeline anomaly detection | 
| US11494380B2 (en) | 2019-10-18 | 2022-11-08 | Splunk Inc. | Management of distributed computing framework components in a data fabric service system | 
| US11599549B2 (en) | 2019-10-18 | 2023-03-07 | Splunk Inc. | Sampling-based preview mode for a data intake and query system | 
| US11269876B1 (en) | 2020-04-30 | 2022-03-08 | Splunk Inc. | Supporting graph data structure transformations in graphs generated from a query to event data | 
| US10999164B1 (en) | 2020-04-30 | 2021-05-04 | Splunk Inc. | Securely executing custom playbook code in a hybrid execution environment | 
| JP7432443B2 (en) | 2020-05-28 | 2024-02-16 | 株式会社日立製作所 | Migration support system, migration support method, and nodes | 
- 
        2013
        - 2013-01-22 US US13/747,177 patent/US20140208217A1/en not_active Abandoned
 
- 
        2017
        - 2017-04-28 US US15/582,599 patent/US10318537B2/en active Active
 
- 
        2019
        - 2019-04-25 US US16/394,754 patent/US11106691B2/en active Active
 
- 
        2021
        - 2021-07-28 US US17/443,892 patent/US11709850B1/en active Active
 
Patent Citations (22)
| Publication number | Priority date | Publication date | Assignee | Title | 
|---|---|---|---|---|
| US20080291030A1 (en) * | 1998-03-09 | 2008-11-27 | Aginfolink Holdings, Inc. A Bvi Corporation | Enhanced Claim Validation | 
| US7136880B2 (en) * | 2000-07-20 | 2006-11-14 | Market Models, Inc. | Method and apparatus for compiling business data | 
| US20030167192A1 (en) * | 2000-12-29 | 2003-09-04 | The Children's Mercy Hospital | System and method for monitoring and analyzing data trends of interest within an organization | 
| US20030126056A1 (en) * | 2001-08-14 | 2003-07-03 | Andrew Hausman | Distribution and mapping of financial records from data stream | 
| US20030120475A1 (en) * | 2001-12-26 | 2003-06-26 | Toshiba Tec Kabushiki Kaisha | Method of generating asic design database | 
| US20100229096A1 (en) * | 2003-01-23 | 2010-09-09 | Maiocco James N | System and Interface For Monitoring Information Technology Assets | 
| US20060074621A1 (en) * | 2004-08-31 | 2006-04-06 | Ophir Rachman | Apparatus and method for prioritized grouping of data representing events | 
| US20060253790A1 (en) * | 2005-05-09 | 2006-11-09 | Rajiv Ramarajan | Systems and methods for handling time-stamped data | 
| US20060277482A1 (en) * | 2005-06-07 | 2006-12-07 | Ilighter Corp. | Method and apparatus for automatically storing and retrieving selected document sections and user-generated notes | 
| US20070198565A1 (en) * | 2006-02-16 | 2007-08-23 | Microsoft Corporation | Visual design of annotated regular expression | 
| US20080021748A1 (en) * | 2006-04-20 | 2008-01-24 | 10Best, Inc. | System and Method for Providing Travel-Related Products and Services | 
| US7899783B1 (en) * | 2006-05-30 | 2011-03-01 | Cisco Technology, Inc | Monitoring data integrity | 
| US20080215546A1 (en) * | 2006-10-05 | 2008-09-04 | Baum Michael J | Time Series Search Engine | 
| US20100333008A1 (en) * | 2009-06-30 | 2010-12-30 | Sap Ag | Drag and Drop of an Application Component to Desktop | 
| US8751855B2 (en) * | 2009-08-17 | 2014-06-10 | Sandisk Il Ltd. | Method and memory device for generating a time estimate | 
| US20130232094A1 (en) * | 2010-07-16 | 2013-09-05 | Consolidated Edison Company Of New York | Machine learning for power grid | 
| US20120023429A1 (en) * | 2010-07-21 | 2012-01-26 | Goranka Medhi | Methods and apparatus to manage system performance information | 
| US20120054675A1 (en) * | 2010-08-26 | 2012-03-01 | Unisys Corporation | Graphical user interface system for a log analyzer | 
| US20120094694A1 (en) * | 2010-10-13 | 2012-04-19 | International Business Machines Corporation | Location-based action triggering system and method | 
| US20120221715A1 (en) * | 2011-02-28 | 2012-08-30 | Yuuta Hamada | Apparatus, system, and method of processing log data, and recording medium storing log data processing program | 
| US20120246303A1 (en) * | 2011-03-23 | 2012-09-27 | LogRhythm Inc. | Log collection, structuring and processing | 
| US20130007645A1 (en) * | 2011-06-30 | 2013-01-03 | Microsoft Corporation | Visual time filter control tool for data analysis applications | 
Cited By (21)
| Publication number | Priority date | Publication date | Assignee | Title | 
|---|---|---|---|---|
| US10783318B2 (en) | 2012-09-07 | 2020-09-22 | Splunk, Inc. | Facilitating modification of an extracted field | 
| US11042697B2 (en) | 2012-09-07 | 2021-06-22 | Splunk Inc. | Determining an extraction rule from positive and negative examples | 
| US10783324B2 (en) | 2012-09-07 | 2020-09-22 | Splunk Inc. | Wizard for configuring a field extraction rule | 
| US11106691B2 (en) | 2013-01-22 | 2021-08-31 | Splunk Inc. | Automated extraction rule generation using a timestamp selector | 
| US11100150B2 (en) | 2013-01-23 | 2021-08-24 | Splunk Inc. | Determining rules based on text | 
| US11119728B2 (en) | 2013-01-23 | 2021-09-14 | Splunk Inc. | Displaying event records with emphasized fields | 
| US11210325B2 (en) | 2013-01-23 | 2021-12-28 | Splunk Inc. | Automatic rule modification | 
| US10802797B2 (en) | 2013-01-23 | 2020-10-13 | Splunk Inc. | Providing an extraction rule associated with a selected portion of an event | 
| US20170255695A1 (en) | 2013-01-23 | 2017-09-07 | Splunk, Inc. | Determining Rules Based on Text | 
| US10769178B2 (en) | 2013-01-23 | 2020-09-08 | Splunk Inc. | Displaying a proportion of events that have a particular value for a field in a set of events | 
| US20140351746A1 (en) * | 2013-05-23 | 2014-11-27 | Oracle International Corporation | Multidimensional split view for a pivot table or other grid-based component | 
| US9778834B2 (en) * | 2013-05-23 | 2017-10-03 | Oracle International Corporation | Multidimensional split view for a pivot table or other grid-based component | 
| US20160267923A1 (en) * | 2015-03-09 | 2016-09-15 | Tomoyuki Goto | Communication apparatus, communication system, method of storing log data, and storage medium | 
| WO2016153695A1 (en) * | 2015-03-24 | 2016-09-29 | Intel Corporation | Unstructured ui | 
| US10922474B2 (en) | 2015-03-24 | 2021-02-16 | Intel Corporation | Unstructured UI | 
| US20160283536A1 (en) * | 2015-03-24 | 2016-09-29 | Robert Lawson Vaughn | Unstructured ui | 
| CN107251010A (en) * | 2015-03-24 | 2017-10-13 | 英特尔公司 | Unstructured UI | 
| US10739857B2 (en) * | 2018-04-21 | 2020-08-11 | Dale Kazdan | Wearable tracking computer | 
| US20190324543A1 (en) * | 2018-04-21 | 2019-10-24 | Dale Kazdan | Wearable tracking computer | 
| US11392202B1 (en) * | 2018-04-21 | 2022-07-19 | Dale Kazdan | Wearable tracking computer | 
| CN115062022A (en) * | 2022-06-16 | 2022-09-16 | 北京汉端科技有限公司 | Aircraft manual splitting method, device, electronic equipment and computer readable medium | 
Also Published As
| Publication number | Publication date | 
|---|---|
| US20190251086A1 (en) | 2019-08-15 | 
| US11106691B2 (en) | 2021-08-31 | 
| US11709850B1 (en) | 2023-07-25 | 
| US20170270219A1 (en) | 2017-09-21 | 
| US10318537B2 (en) | 2019-06-11 | 
Similar Documents
| Publication | Publication Date | Title | 
|---|---|---|
| US11822372B1 (en) | Automated extraction rule modification based on rejected field values | |
| US11709850B1 (en) | Using a timestamp selector to select a time information and a type of time information | |
| US12061638B1 (en) | Presenting filtered events having selected extracted values | |
| US11782678B1 (en) | Graphical user interface for extraction rules | |
| US9817862B2 (en) | Associating metadata with results produced by applying a pipelined search command to machine data in timestamped events | |
| US9740788B2 (en) | Interactive selection and display of a raw data parsing rule | |
| US20150058353A1 (en) | Report Acceleration Using Intermediate Summaries | 
Legal Events
| Date | Code | Title | Description | 
|---|---|---|---|
| AS | Assignment | Owner name: SPLUNK INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CARASSO, R. DAVID;DELFINO, MICAH JAMES;SIGNING DATES FROM 20130118 TO 20130119;REEL/FRAME:029672/0606 | |
| STPP | Information on status: patent application and granting procedure in general | Free format text: NON FINAL ACTION MAILED | |
| STCB | Information on status: application discontinuation | Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION | |
| AS | Assignment | Owner name: SPLUNK LLC, WASHINGTON Free format text: CHANGE OF NAME;ASSIGNOR:SPLUNK INC.;REEL/FRAME:069825/0782 Effective date: 20240923 | |
| AS | Assignment | Owner name: SPLUNK LLC, CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:SPLUNK INC.;REEL/FRAME:072170/0599 Effective date: 20240923 Owner name: CISCO TECHNOLOGY, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SPLUNK LLC;REEL/FRAME:072173/0058 Effective date: 20250722 |