[GH-ISSUE #228] Does it work? #189

Closed
opened 2026-02-26 05:31:33 +03:00 by kerem · 1 comment
Owner

Originally created by @working-name on GitHub (Mar 29, 2020).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/228

# echo $LOGIO_FILE_INPUT_CONFIG_PATH
/root/.log.io/inputs/file.json
# cat $LOGIO_FILE_INPUT_CONFIG_PATH
{
  "inputs": [
    {
      "source": "apache-logs",
      "stream": "log",
      "config": {
        "path": "/var/log/apache2/access.log"
      }
    },
    {
      "source": "apache-error",
      "stream": "app1",
      "config": {
        "path": "/var/log/apache2/error.log"
      }
    }
  ]
}
#cat ~/.log.io/server.json
{
  "messageServer": {
    "port": 6689,
    "host": "0.0.0.0"
  },
  "httpServer": {
    "port": 8080,
    "host": "0.0.0.0"
  },
  "debug": true
}

This thing says nothing, it just displays a blank UI - no sources, no streams, no way to add them from the UI. Not sure how to proceed from here. Is my config tooped?

Originally created by @working-name on GitHub (Mar 29, 2020). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/228 ```bash # echo $LOGIO_FILE_INPUT_CONFIG_PATH /root/.log.io/inputs/file.json ``` ```bash # cat $LOGIO_FILE_INPUT_CONFIG_PATH ``` ```json { "inputs": [ { "source": "apache-logs", "stream": "log", "config": { "path": "/var/log/apache2/access.log" } }, { "source": "apache-error", "stream": "app1", "config": { "path": "/var/log/apache2/error.log" } } ] } ``` ```bash #cat ~/.log.io/server.json ``` ```json { "messageServer": { "port": 6689, "host": "0.0.0.0" }, "httpServer": { "port": 8080, "host": "0.0.0.0" }, "debug": true } ``` This thing says nothing, it just displays a blank UI - no sources, no streams, no way to add them from the UI. Not sure how to proceed from here. Is my config *tooped*?
kerem closed this issue 2026-02-26 05:31:33 +03:00
Author
Owner

@working-name commented on GitHub (Mar 29, 2020):

Yeah, config is missing messageServer in the file thing. awkward. Disregard please.

<!-- gh-comment-id:605679832 --> @working-name commented on GitHub (Mar 29, 2020): Yeah, config is missing messageServer in the file thing. *awkward*. Disregard please.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#189
No description provided.