Skip to content

Commit 830ebd4

Browse files
committed
feat: Implement IMDS authentication, chunking
- Added Oracle Instance Metadata Service (IMDS) authentication, certificate, and key retrieval - Implemented log chunking for efficient data handling and transmission - Added timezone support for accurate timestamp processing - Enhanced credential parsing and metadata extraction - Improved error handling and debug logging Signed-off-by: rghouzra <[email protected]>
1 parent 964ebca commit 830ebd4

File tree

6 files changed

+3008
-435
lines changed

6 files changed

+3008
-435
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set(src
2-
oci_logan.c
3-
oci_logan_conf.c
4-
)
2+
oci_logan.c
3+
oci_logan_conf.c
4+
oci_logan_helper.c
5+
)
56

67
FLB_PLUGIN(out_oracle_log_analytics "${src}" "")

0 commit comments

Comments
 (0)