Questions tagged [unified-log]

Unified Log Processing is a coherent data processing architecture designed to encompass batch and near-real time stream data, event logging and aggregation, and data processing on the resulting unified event stream.

Unified Log Processing is a coherent data processing architecture designed to encompass batch and near-real time stream data, event logging and aggregation, and data processing on the resulting unified event stream.

Source: https://web.archive.org/web/20160506002623/https://www.manning.com/books/unified-log-processing

5 questions
15
votes
7 answers

How to use sqlplus on Oracle database inside a docker container?

I installed oracle db version 12c in my docker environment. I used the following command: docker run -d --name oracle -p 8080:8080 -p 1521:1521 quay.io/maksymbilenko/oracle-12c I connected to the DB and everything went well but I wanted to enable…
Tal Levi
  • 363
  • 1
  • 6
  • 22
15
votes
1 answer

Unified Logging: App’s Info / Debug Messages Never Show Up In Logarchive File

When deploying an app to my iOS device, triggering log collection via sysdiagnose, then exploring log messages in system_logs.logarchive obtained from iTunes sync, my app has never shown Info / Debug log messages type. Please note that this question…
HuaTham
  • 7,486
  • 5
  • 31
  • 50
3
votes
0 answers

os_log repeating log entry multiple times

Using Unified Logging, I'm getting multiple copies of each log entry (23 to be exact). I'm wondering what I might be doing wrong. I'm using Swift 4.1, Xcode 9.4.1, Console Version 1.0 (2.0.52), and building an iOS 11.0 app. The relevant code looks…
leanne
  • 7,940
  • 48
  • 77
2
votes
1 answer

Unified data format for blood pressure (and other medical data) statistics?

Do you know about unified formats for medical data, specially blood pressure? For example, I want to record data using my smartphone and export it to json or xml and send to a doctor, doctor imports it in his software. Is it real?
1
vote
0 answers

How do I enable unified audit on oracle DB which is placed in a docker container?

I created an oracle database on docker container using the following command: docker run -d --name oracle -p 8080:8080 -p 1521:1521 quay.io/maksymbilenko/oracle-12c The db params are: hostname: localhost port: 1521 sid: xe service name:…
Tal Levi
  • 363
  • 1
  • 6
  • 22