WO2019094905A1 - Key-based logging for processing of structured data items with executable logic - Google Patents
Key-based logging for processing of structured data items with executable logic Download PDFInfo
- Publication number
- WO2019094905A1 WO2019094905A1 PCT/US2018/060670 US2018060670W WO2019094905A1 WO 2019094905 A1 WO2019094905 A1 WO 2019094905A1 US 2018060670 W US2018060670 W US 2018060670W WO 2019094905 A1 WO2019094905 A1 WO 2019094905A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- key
- data
- executable logic
- portions
- audit
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/18—File system types
- G06F16/1805—Append-only file systems, e.g. using logs or journals to store data
- G06F16/1815—Journaling file systems
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
- G06F8/43—Checking; Contextual analysis
- G06F8/433—Dependency analysis; Data or control flow analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
- G06F11/3072—Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves data filtering, e.g. pattern matching, time or event triggered, adaptive or policy-based reporting
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
- G06F11/3476—Data logging
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/11—File system administration, e.g. details of archiving or snapshots
- G06F16/116—Details of conversion of file system types or formats
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/13—File access structures, e.g. distributed indices
-
- 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/2455—Query execution
- G06F16/24568—Data stream processing; Continuous 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/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/284—Relational databases
- G06F16/285—Clustering or classification
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/55—Detecting local intrusion or implementing counter-measures
- G06F21/552—Detecting local intrusion or implementing counter-measures involving long-term monitoring or reporting
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/865—Monitoring of software
Definitions
- the present description relates to computer-implemented methods, data processing systems and machine-readable hardware storage devices for generating key-specific logs from execution of executable logic that is currently applied to one or more keyed data items in a stream of data items, e.g., data items coming in via a network connection from networked applications.
- the generating of the log record specifying the execution of those one or more portions of the executable logic for that given value of the key includes: specifying in the generated log record an outcome of the execution of those one or more portions of the executable logic, specifying variables that are read or set upon the execution of those one or more portions of the executable logic, or identifying those one or more portions of the executable logic that are executed.
- the method further includes: in response to completing the processing of the one or more of the data items that are each associated with the given value of the key, updating the state data to specify a current state for that value of the key.
- the method further includes: dynamically determining metrics indicative of which nodes of the chart are traversed and how many times the traversed nodes are traversed by the data items.
- the method further includes: comparing the selected first one of the data items of the stream currently being processed with a predetermined reference data item; determining if a deviation exists between the first one of the data items of the stream currently being processed and the predetermined reference data item or if such a deviation does not exist; and outputting an indication whether the first one of the data items of the stream currently being processed is in agreement with the predetermined reference data item based on the determining if a deviation exists between the first one of the data items of the stream currently being processed and the predetermined reference data item or if such a deviation does not exist.
- a data processing system for identifying one or more portions of executable logic that are executed in processing one or more data items that are each associated with a given value of a key, wherein a specification represents the executable logic, wherein the specification is associated with the key and wherein states of the specification are maintained for respective values of the key, the data processing system including one or more processing devices; and one or more machine-readable hardware storage devices storing instructions that are executable by the one or more processing devices to perform operations including: accessing the specification that represents the executable logic, wherein a state of the specification for a particular value of the key specifies one or more portions of the executable logic that are executable in that state; intermittently receiving, over an input device or port, data items of a stream of data, with one or more of the data items each being associated with the given value of the key; and generating a log record for the given value of the key, with the log record specifying the one or more portions of the executable logic that are executed in processing the one or more of the data items that are
- a subset of log records associated with a particular key do not include the key field.
- the operations further include writing log records in a particular group associated with a particular key to a file at an end of predefined time interval.
- a log record is a structured data record with a first field for storing data representing a state of the specification for a particular value of the key and a second field for storing data specifying which portions of the executable logic represented by the specification have been executed, from a time at which execution of the executable logic is started to at a current time, for that particular value of the key.
- the operations further include writing log records in a particular group associated with a particular key to a file at an end of predefined time interval.
- the operations further include parsing the log records to identify which nodes of the chart are traversed and which nodes of the chart are not traversed.
- FIG. 6 is a diagram of an example process in key-based logging for processing of structured data items with executable logic.
- the charts can be stored in data storage 26.
- Storage devices providing the data source 12 may be local to the execution environment 14, for example, being stored on a storage medium connected to a computer running the execution environment 14 (e.g., hard drive 18), or may be remote to the execution environment 14, for example, being hosted on a remote system (e.g., mainframe 20) in communication with a computer running the execution environment 14 over a local or wide area data network.
- a remote system e.g., mainframe 20
- a dataflow graph can be highly technical in nature in some cases. While written to achieve specific business ends, the underlying structure and construction of the graph is determined based upon technical considerations. For example, graph components may be selected to maximize reusability, or to support parallel processing. On the other hand, how and where a graph is used may be largely a business decision. Some of the parameters associated with such a parameterized dataflow graph can be used to enable business users to customize dataflow graphs without requiring the user to understand the technical complexities behind its implementation. The parameterized dataflow graphs simplify customization and facilitate reuse.
- database 116 includes a relational database, rather than an ICFF, as the goal of implementation of database 116 is to be able to query for sequences of events. To do so, the sytem transforms the stream of audit records into one or more records (e.g., ICFF records). Each record includes one or more indexable/searchable key fields and a collection of data representing a remainder of the audit events.
- user interface 124 includes an investigation interface, in which users can ask questions, such as "what happened when subscriber 12345 got event 7 on June 8th?" To answer these questions, the system queries the ICFF (e.g., in database 116) - using a server side module (e.g., Java, a graph and so forth) between user interface 124 and the ICFF in database 116.
- a server side module e.g., Java, a graph and so forth
- Ruleset called timestamp R This audit record type specifies when a ruleset is subject id, about to be called by the event.
- Each monitoring point (which are associated with point subject id, * links) has a condition and an expression.
- the event instance id, engine generates an audit record only when the point name, condition is true and computes the expression and point value records the resulting value.
- a timeout happens for a subject for a chart.
- event engine 102 generates the following audit records: an "event seen" audit record of type alarm, then an "alarm dispatch” audit record and then a "block exit - alarm” audit record. From these audit records, the system determines values for the following key fields: the event type, timestamp, and instance id. In this example, the system determines a value of the instance id field from the block exit - alarm audit record, e.g., rather than inferring a value of that field. In this example, the system collects these audit records in a blob and the key fields (e.g., event type, timestamp, instance id, etc.) are set by the system from the data seen (e.g., the audit records).
- the key fields e.g., event type, timestamp, instance id, etc.
- Audit Events This is a list of event types (e.g., numbers corresponding to or
- the event engine performs the calculation (e.g., in the above described audit groups) every time the event engine detects an event or an alarm - but only at the beginning of processing of each event or alarm (e.g., rather than on every audit record).
- the event engine saves the conditional audit calculations in a package of global variables and queries inside each of the auditing functions that can be conditional.
- the system generates metrics database 120 by post-processing the audit records from the ICFF (in database 116), e.g., rather than reading the audit records from memory in the event engine 102.
- ICFFs are not purged.
- the metrics database 120 can be recreated at any time including using different aggregation periods.
- a table in metrics database 120 has a cluster name column such that one database can be used for multiple clusters.
- a cluster includes an event engine instance.
- an event engine instance includes a specific realization of one or more specifications (for which one or more charts are executed by event engine 102) for a unique value of a key. That is, each subject ID is handled by exactly one event engine instance. So, for each unique key (e.g., subject ID), there will be exactly one event engine instance that has all of its charts. Audit records for a same cluster will have the same value of cluster name.
- the metrics database 120 can be queried (e.g., by a client device or the system described herein) to retrieve data specifying reasons that messages were not sent for a particular key (e.g., for each subscriber).
- the event engine is configured to log links taken (and/or components executed within a chart) and ruleset cases accessed and implemented via the event engine 102 (e.g., by producing audit records specifying which components and/or links are executed).
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Computational Linguistics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Debugging And Monitoring (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Priority Applications (9)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CA3082454A CA3082454A1 (en) | 2017-11-13 | 2018-11-13 | Key-based logging for processing of structured data items with executable logic |
| AU2018365176A AU2018365176B2 (en) | 2017-11-13 | 2018-11-13 | Key-based logging for processing of structured data items with executable logic |
| EP18839952.1A EP3710969B1 (en) | 2017-11-13 | 2018-11-13 | Key-based logging for processing of structured data items with executable logic |
| CN201880081094.6A CN111837121B (zh) | 2017-11-13 | 2018-11-13 | 利用可执行逻辑来处理结构化数据项的基于键的日志记录 |
| DE112018005452.7T DE112018005452T5 (de) | 2017-11-13 | 2018-11-13 | Schlüsselbasiertes loggen für die verarbeitung strukturierter datenelemente mit ausführbarer logik |
| JP2020544375A JP7009643B2 (ja) | 2017-11-13 | 2018-11-13 | 実行可能論理を用いて構造化データアイテムを処理するためのキーベースのロギング |
| CN202111522670.6A CN114416684B (zh) | 2017-11-13 | 2018-11-13 | 识别可执行逻辑的部分的方法、硬件存储设备和计算系统 |
| SG11202003758RA SG11202003758RA (en) | 2017-11-13 | 2018-11-13 | Key-based logging for processing of structured data items with executable logic |
| JP2022002291A JP7254975B2 (ja) | 2017-11-13 | 2022-01-11 | 実行可能論理を用いて構造化データアイテムを処理するためのキーベースのロギング |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201762585362P | 2017-11-13 | 2017-11-13 | |
| US62/585,362 | 2017-11-13 | ||
| US15/853,000 | 2017-12-22 | ||
| US15/853,000 US11055074B2 (en) | 2017-11-13 | 2017-12-22 | Key-based logging for processing of structured data items with executable logic |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2019094905A1 true WO2019094905A1 (en) | 2019-05-16 |
Family
ID=66433293
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2018/060670 Ceased WO2019094905A1 (en) | 2017-11-13 | 2018-11-13 | Key-based logging for processing of structured data items with executable logic |
Country Status (9)
| Country | Link |
|---|---|
| US (2) | US11055074B2 (https=) |
| EP (1) | EP3710969B1 (https=) |
| JP (2) | JP7009643B2 (https=) |
| CN (2) | CN114416684B (https=) |
| AU (1) | AU2018365176B2 (https=) |
| CA (1) | CA3082454A1 (https=) |
| DE (1) | DE112018005452T5 (https=) |
| SG (1) | SG11202003758RA (https=) |
| WO (1) | WO2019094905A1 (https=) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12190083B2 (en) | 2017-11-13 | 2025-01-07 | Ab Initio Technology Llc | Key-based logging for processing of structured data items with executable logic |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11449495B2 (en) * | 2017-02-01 | 2022-09-20 | United Parcel Service Of America, Inc. | Indexable database profiles comprising multi-language encoding data and methods for generating the same |
| WO2020068927A2 (en) | 2018-09-25 | 2020-04-02 | Ab Initio Technology Llc | A dedicated audit port for implementing recoverability in outputting audit data |
| US11036700B2 (en) * | 2018-12-31 | 2021-06-15 | Microsoft Technology Licensing, Llc | Automatic feature generation for machine learning in data-anomaly detection |
| US11308092B2 (en) * | 2019-06-11 | 2022-04-19 | Microsoft Technology Licensing, Llc | Stream processing diagnostics |
| US11531611B2 (en) * | 2019-07-29 | 2022-12-20 | Ncr Corporation | Auditing-as-a-service |
| EP4133681A4 (en) | 2020-05-28 | 2023-10-04 | Sumo Logic, Inc. | Clustering of structured log data by key schema |
| CN112286895B (zh) * | 2020-10-30 | 2024-11-22 | 北京深演智能科技股份有限公司 | 日志实时归因处理方法、装置和平台 |
| US12333283B2 (en) * | 2022-03-31 | 2025-06-17 | SambaNova Systems, Inc. | Iterative compilation to optimize translation in reconfigurable dataflow architectures |
| WO2024044041A1 (en) * | 2022-08-23 | 2024-02-29 | Ab Initio Technology Llc | Operationalizing metadata |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5966072A (en) | 1996-07-02 | 1999-10-12 | Ab Initio Software Corporation | Executing computations expressed as graphs |
| US20020120919A1 (en) * | 2000-12-27 | 2002-08-29 | International Business Machines Corporation | Monitoring execution of an hierarchical visual program such as for debugging a message flow |
| US20090327196A1 (en) | 2008-06-30 | 2009-12-31 | Ab Initio Software Llc | Data Logging in Graph-Based Computations |
| US7877350B2 (en) | 2005-06-27 | 2011-01-25 | Ab Initio Technology Llc | Managing metadata for graph-based computations |
| US20150106818A1 (en) * | 2010-06-15 | 2015-04-16 | Ab Initio Technology Llc | Dynamically loading graph-based computations |
Family Cites Families (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7266764B1 (en) * | 2000-08-16 | 2007-09-04 | Sparta Systems, Inc. | Graphical user interface for automated process control |
| US20050144189A1 (en) * | 2002-07-19 | 2005-06-30 | Keay Edwards | Electronic item management and archival system and method of operating the same |
| US7308675B2 (en) * | 2003-08-28 | 2007-12-11 | Ricoh Company, Ltd. | Data structure used for directory structure navigation in a skeleton code creation tool |
| US8868580B2 (en) * | 2003-09-15 | 2014-10-21 | Ab Initio Technology Llc | Data profiling |
| JP4551096B2 (ja) * | 2004-02-03 | 2010-09-22 | 株式会社日立製作所 | ストレージサブシステム |
| JP2007065718A (ja) * | 2005-08-29 | 2007-03-15 | Hitachi Software Eng Co Ltd | プログラム動作過程追跡支援表示方法及びシステム |
| JP2009038123A (ja) | 2007-07-31 | 2009-02-19 | Fujifilm Corp | 画像検出装置 |
| US9424266B2 (en) * | 2007-10-01 | 2016-08-23 | Microsoft Technology Licensing, Llc | Efficient file hash identifier computation |
| KR101755365B1 (ko) * | 2009-11-13 | 2017-07-10 | 아브 이니티오 테크놀로지 엘엘시 | 레코드 포맷 정보의 관리 |
| EP2348416A1 (en) * | 2010-01-21 | 2011-07-27 | Software AG | Analysis system and method for analyzing continuous queries for data streams |
| KR20150042872A (ko) * | 2010-06-22 | 2015-04-21 | 아브 이니티오 테크놀로지 엘엘시 | 관련 데이터세트의 처리 |
| FR2967275B1 (fr) * | 2010-11-10 | 2012-12-28 | Oberthur Technologies | Procede, programme d'ordinateur et dispositif de securisation de code intermediaire de programmation pour son execution par une machine virtuelle |
| US9460277B2 (en) | 2010-12-06 | 2016-10-04 | International Business Machines Corporation | Identity based auditing in a multi-product environment |
| US8972952B2 (en) * | 2012-02-03 | 2015-03-03 | Apple Inc. | Tracer based runtime optimization for dynamic programming languages |
| US9674249B1 (en) * | 2013-03-11 | 2017-06-06 | DataTorrent, Inc. | Distributed streaming platform for real-time applications |
| CN103279840B (zh) * | 2013-06-08 | 2017-02-08 | 北京首钢自动化信息技术有限公司 | 基于动态语言与事件处理机制的工作流引擎实现方法 |
| WO2015020811A1 (en) * | 2013-08-09 | 2015-02-12 | Fusion-Io, Inc. | Persistent data structures |
| CN106796513B (zh) | 2014-07-18 | 2020-12-11 | 起元科技有限公司 | 管理沿袭信息 |
| US10055333B2 (en) * | 2014-11-05 | 2018-08-21 | Ab Initio Technology Llc | Debugging a graph |
| US20180101609A1 (en) * | 2015-05-08 | 2018-04-12 | Telefonaktiebolaget Lm Ericsson (Publ) | Pattern-based Data Collection for a Distributed Stream Data Processing System |
| US9697018B2 (en) * | 2015-05-29 | 2017-07-04 | International Business Machines Corporation | Synthesizing inputs to preserve functionality |
| CN105159818B (zh) * | 2015-08-28 | 2018-01-02 | 东北大学 | 内存数据管理中日志恢复方法及其仿真系统 |
| JP6573572B2 (ja) * | 2016-04-26 | 2019-09-11 | 株式会社日立製作所 | ログ情報解析装置およびログ情報解析方法 |
| US10769152B2 (en) * | 2016-12-02 | 2020-09-08 | Cisco Technology, Inc. | Automated log analysis |
| US11055074B2 (en) | 2017-11-13 | 2021-07-06 | Ab Initio Technology Llc | Key-based logging for processing of structured data items with executable logic |
-
2017
- 2017-12-22 US US15/853,000 patent/US11055074B2/en active Active
-
2018
- 2018-11-13 DE DE112018005452.7T patent/DE112018005452T5/de not_active Withdrawn
- 2018-11-13 CN CN202111522670.6A patent/CN114416684B/zh active Active
- 2018-11-13 AU AU2018365176A patent/AU2018365176B2/en active Active
- 2018-11-13 CN CN201880081094.6A patent/CN111837121B/zh active Active
- 2018-11-13 EP EP18839952.1A patent/EP3710969B1/en active Active
- 2018-11-13 CA CA3082454A patent/CA3082454A1/en active Pending
- 2018-11-13 SG SG11202003758RA patent/SG11202003758RA/en unknown
- 2018-11-13 WO PCT/US2018/060670 patent/WO2019094905A1/en not_active Ceased
- 2018-11-13 JP JP2020544375A patent/JP7009643B2/ja active Active
-
2021
- 2021-05-11 US US17/317,285 patent/US12190083B2/en active Active
-
2022
- 2022-01-11 JP JP2022002291A patent/JP7254975B2/ja active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5966072A (en) | 1996-07-02 | 1999-10-12 | Ab Initio Software Corporation | Executing computations expressed as graphs |
| US20020120919A1 (en) * | 2000-12-27 | 2002-08-29 | International Business Machines Corporation | Monitoring execution of an hierarchical visual program such as for debugging a message flow |
| US7877350B2 (en) | 2005-06-27 | 2011-01-25 | Ab Initio Technology Llc | Managing metadata for graph-based computations |
| US20090327196A1 (en) | 2008-06-30 | 2009-12-31 | Ab Initio Software Llc | Data Logging in Graph-Based Computations |
| US20150106818A1 (en) * | 2010-06-15 | 2015-04-16 | Ab Initio Technology Llc | Dynamically loading graph-based computations |
Non-Patent Citations (2)
| Title |
|---|
| DAVIS ET AL: "Data Flow Program Graphs", COMPUTER, IEEE COMPUTER SOCIETY, USA, vol. 40, no. 2, 1 February 1982 (1982-02-01), pages 26 - 41, XP011183488, ISSN: 0018-9162, DOI: 10.1109/MC.1982.1653939 * |
| LEE E A ET AL: "DATAFLOW PROCESS NETWORKS", PROCEEDINGS OF THE IEEE, IEEE. NEW YORK, US, vol. 83, no. 5, 1 May 1995 (1995-05-01), pages 773 - 799, XP000517102, ISSN: 0018-9219, DOI: 10.1109/5.381846 * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12190083B2 (en) | 2017-11-13 | 2025-01-07 | Ab Initio Technology Llc | Key-based logging for processing of structured data items with executable logic |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2022058555A (ja) | 2022-04-12 |
| JP2021502658A (ja) | 2021-01-28 |
| CA3082454A1 (en) | 2019-05-16 |
| EP3710969B1 (en) | 2022-10-12 |
| DE112018005452T5 (de) | 2020-08-06 |
| CN111837121B (zh) | 2021-12-31 |
| EP3710969A1 (en) | 2020-09-23 |
| JP7254975B2 (ja) | 2023-04-10 |
| AU2018365176B2 (en) | 2023-12-07 |
| SG11202003758RA (en) | 2020-05-28 |
| CN114416684A (zh) | 2022-04-29 |
| CN114416684B (zh) | 2025-03-14 |
| AU2018365176A1 (en) | 2020-05-14 |
| JP7009643B2 (ja) | 2022-01-25 |
| US20210263717A1 (en) | 2021-08-26 |
| US20190146763A1 (en) | 2019-05-16 |
| US12190083B2 (en) | 2025-01-07 |
| US11055074B2 (en) | 2021-07-06 |
| CN111837121A (zh) | 2020-10-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12190083B2 (en) | Key-based logging for processing of structured data items with executable logic | |
| US11886464B1 (en) | Triage model in service monitoring system | |
| US11924021B1 (en) | Actionable event responder architecture | |
| US10901791B2 (en) | Providing configurable workflow capabilities | |
| US11366842B1 (en) | IT service monitoring by ingested machine data with KPI prediction and impactor determination | |
| US11288258B2 (en) | Dedicated audit port for implementing recoverability in outputting audit data | |
| EP3465442B1 (en) | Executable logic for processing keyed data in networks | |
| WO2015058216A1 (en) | Event-driven data processing system | |
| HK40027588B (en) | Key-based logging for processing of structured data items with executable logic | |
| HK40027588A (en) | Key-based logging for processing of structured data items with executable logic | |
| HK1262814B (en) | Executable logic for processing keyed data in networks | |
| HK1262814A1 (en) | Executable logic for processing keyed data in networks |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 18839952 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 3082454 Country of ref document: CA Ref document number: 2020544375 Country of ref document: JP Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2018365176 Country of ref document: AU Date of ref document: 20181113 Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2018839952 Country of ref document: EP Effective date: 20200615 |