I am trying to feed my server and jar logs into LogDNA log analysis service. My services are all running in mainframe z/OS environment, I have written a simple node js code which could use the LogDNA log ingestion service, that feeds log with REST API. This would be trouble to feed huge log files on a timely basis. I wanted to see if running the LogDNA agent is feasible in Mainframe z/OS USS unix environment. IBM Cloud-Log Analysis
is it possible run logdna-agent in USS unix systems
33 Views Asked by Jeeva nandham At
1
There are 1 best solutions below
Related Questions in UNIX
- Reading & Writing to the same file from terminal
- `df` command not capturing entire output in perl
- Why is it that when I pass certain directory names to `ls`, sometimes it does not list their contents?
- Detect Mouse Clicks; Terminate Program on Scroll Wheel Movement
- grep expression behaving weird (unix/mac) while reading a conf file
- Unix sub path creation and copy files
- Ignoring folders in The Silver Searcher `ag`
- struct nameidata-Linux Kernel Module
- telegraf service not able to retrieve data using the journalctl commands
- Order of options in Unix sed for editing files in-place
- Trying to echo line variable along with another variable inside a while read loop
- failed to handshake with xxx: authentication error?
- UDP socket client not able to receive data
- Invalid SCA token in unix
- How can I keep randomized UNIX timestamp in specific hour range in SQL?
Related Questions in IBM-CLOUD
- Update a bearer token in a watsonx extension
- Unexpected behaviour when updating variables in Schematics using the golang SDK
- TranspilerError: 'Number of qubits (40) in QAOA is greater than maximum (30) in the coupling_map'
- What is "X-Require-Whisk-Auth" (IBM Cloud Functions) in IBM Cloud Code Engine functions?
- How to connect device to IBM cloud
- EntityStreamSizeException Due to Request Content Size Limit Exceeded
- Call watsonx.ai prompt in watson assistant
- Where do I find my credentials for using watsonx.ai
- Watsonx Assistant reconigze phone number from Twillio Integration
- IBM NeuralSeek API Filter
- Is there any option to activate/deactivate a MDB in open liberty
- Fail-over to secondary region when primary region goes down on a IBM MQ Multi-instance Queue manager using a NFS 4.1 share
- CS0246 Error while installing IBM Watson SDK for Unity
- Programmatic name pending approval - approval duration, criteria
- How can I compact a collection in my IBM Cloud Databases for MongoDB deployment?
Related Questions in ZOS
- Z/OS Cobol 6.3 copy: how to include only a chunk?
- Using the 'Download ZIP' option on Github Rep with z/OS?
- How to "stack" an ISPF command?
- How to use LISTDSI under OMVS
- Can I use an EQU in z/OS HL/ASM for a value in a DC?
- How do I package a object module replacement for distribution via smpe
- Trying to OPEN a PDSE and write records to a new member using z/OS HL/ASM
- How to programmatically overwrite DCI 2.0 policy via REXX or JCL?
- Connect to Db2 on z/OS from Windows. Connection failed due to a license error
- BPX2OPN fails when trying to open existing file for read/stat
- How do I write current date and time to a sequential dataset using JCL?
- How do I get the parameters passed in to an assembler program running in the UNIX System Services environment on z/OS?
- Compehending fields: ALLOC, FREE and %FR in FDReport product from BMC for mainframe
- zsh associative array has multiple keys with the same value
- U4091 Reason 00000006
Related Questions in LOG-ANALYSIS
- Log aggregator/search reports?
- How to get around the 50k input message limit in a Sumo Logic join?
- How to use our own logs in LogAI tool to log analysis
- Create a project on log analyzer which displays time spent on each application and create graphs later
- output of the most important and frequently encountered logs
- Highlight different keywords with different colours in vim
- Anomaly log file type detection and predict future log error
- is it possible run logdna-agent in USS unix systems
- @Azure/M365 Legends - How to query ACTIVE Azure AD Guest Users that has EMPLOYEE TYPE as "Something" using KQL in Azure Log Analytics? Thanks all
- convert log format w3c to NCSA for goaccess
- How to use or transform product availability logs?
- How to import Linux logs into ELK stack for log analysis?
- Azure log analytics, memory result not showing
- Is there a linux command that can cut and pick columns that match string patterns?
- Dynamic parsing of logs in Azure using KQL
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Is running the LogDNA agent in Mainframe z/OS USS feasible? Yes, provided you have a binary (executable) that was compiled for z/OS. It seems that IBM does not currently provide one.
I presume you are using IBM Cloud. IBM Log Analysis is part of IBM Cloud as per documentation (your link). You would need to contact IBM and ask if they would provide a LogDNA Agent for z/OS.