We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7d2ff commit 5c7bb0bCopy full SHA for 5c7bb0b
cloudwatch-logs.mjs
@@ -5,7 +5,7 @@ import rabbit from './rabbit.js'
5
let counter = 0
6
const lines = []
7
8
-const regExp = /"fixTime":"(2025-09-22T07[^"]*)"/
+const regExp = /"fixTime":"(2025-09-22T17[^"]*)"/
9
async function processLines () {
10
for (const jsonStr of lines) {
11
try {
rabbit.js
@@ -1,6 +1,6 @@
1
const amqplib = require('amqplib')
2
let _connection = null
3
-let _channel = getChannel('eb-node-express-2')
+let _channel = getChannel('logs-processor')
4
.catch(e => console.error('ERROR INIT _channel', e.message))
createQueues()
.catch(e => console.error('ERROR INIT createQueues', e.message))
0 commit comments